Class: SOAP::RPC::CGIStub::SOAPRequest

Inherits:
Object
  • Object
show all
Defined in:
lib/soap/rpc/cgistub.rb

Direct Known Subclasses

SOAPFCGIRequest, SOAPStdinRequest

Constant Summary collapse

EMPTY_COOKIES =
[].freeze

Instance Attribute Summary collapse

Instance Method Summary collapse

Instance Attribute Details

#bodyObject (readonly)

Returns the value of attribute body.



34
35
36
# File 'lib/soap/rpc/cgistub.rb', line 34

def body
  @body
end

Instance Method Details

#[](var) ⇒ Object



36
# File 'lib/soap/rpc/cgistub.rb', line 36

def [](var); end

#cookiesObject



41
# File 'lib/soap/rpc/cgistub.rb', line 41

def cookies; EMPTY_COOKIES; end

#meta_varsObject



38
# File 'lib/soap/rpc/cgistub.rb', line 38

def meta_vars; end

#userObject



43
# File 'lib/soap/rpc/cgistub.rb', line 43

def user; end