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.
32
33
34
|
# File 'lib/soap/rpc/cgistub.rb', line 32
def body
@body
end
|
Instance Method Details
34
|
# File 'lib/soap/rpc/cgistub.rb', line 34
def [](var); end
|
39
|
# File 'lib/soap/rpc/cgistub.rb', line 39
def cookies; EMPTY_COOKIES; end
|
36
|
# File 'lib/soap/rpc/cgistub.rb', line 36
def meta_vars; end
|
41
|
# File 'lib/soap/rpc/cgistub.rb', line 41
def user; end
|