In Files

  • soap/soap.rb
  • soap/wsdlDriver.rb

Methods

Class/Module Index [+]

Quicksearch

SOAP::Env

Constants

HTTP_PROXY
NO_PROXY

Public Class Methods

getenv(name) click to toggle source
 
               # File soap/soap.rb, line 108
def self.getenv(name)
  ENV[name.downcase] || ENV[name.upcase]
end