Extended maintenance of Ruby versions 1.8.7 and 1.9.2 ended on July 31, 2014. Read more
SOAP::RPC::CGIStub::SOAPRequest
# File soap/rpc/cgistub.rb, line 61 def initialize(request) @request = request @body = @request.in.read end
# File soap/rpc/cgistub.rb, line 66 def [](var) @request.env[var.gsub(/-/, '_').upcase] end
# File soap/rpc/cgistub.rb, line 70 def meta_vars { 'HTTP_SOAPACTION' => @request.env['HTTP_SOAPAction'] } end
This page was generated for Ruby 1.8.7
Ruby-doc.org is provided by James Britt and Neurogami. Maximum R+D.
Generated with Ruby-doc Rdoc Generator 0.44.0.