Class: SOAP::RPC::CGIStub::SOAPRequest
- Inherits:
-
Object
- Object
- SOAP::RPC::CGIStub::SOAPRequest
show all
- Defined in:
- lib/soap/rpc/cgistub.rb
Constant Summary
collapse
- EMPTY_COOKIES =
[].freeze
Instance Attribute Summary collapse
Instance Method Summary
collapse
Instance Attribute Details
Returns the value of attribute body.
33
34
35
|
# File 'lib/soap/rpc/cgistub.rb', line 33
def body
@body
end
|
Instance Method Details
35
|
# File 'lib/soap/rpc/cgistub.rb', line 35
def [](var); end
|
40
|
# File 'lib/soap/rpc/cgistub.rb', line 40
def cookies; EMPTY_COOKIES; end
|
37
|
# File 'lib/soap/rpc/cgistub.rb', line 37
def meta_vars; end
|
42
|
# File 'lib/soap/rpc/cgistub.rb', line 42
def user; end
|