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.



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

def body
  @body
end

Instance Method Details

#[](var) ⇒ Object



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

def [](var); end

#cookiesObject



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

def cookies; EMPTY_COOKIES; end

#meta_varsObject



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

def meta_vars; end

#userObject



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

def user; end