In Files

Methods

Files

Class/Module Index [+]

Quicksearch

SOAP::Env

Constants

HTTP_PROXY
NO_PROXY

Public Class Methods

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

[Validate]

Generated with the Darkfish Rdoc Generator 2.