Class: SOAP::RPC::CGIStub::SOAPFCGIRequest
- Inherits:
-
SOAPRequest
- Object
- SOAPRequest
- SOAP::RPC::CGIStub::SOAPFCGIRequest
- Defined in:
- lib/soap/rpc/cgistub.rb
Instance Attribute Summary collapse
-
#body ⇒ Object
readonly
Returns the value of attribute body.
Instance Method Summary collapse
- #[](var) ⇒ Object
-
#initialize(request) ⇒ SOAPFCGIRequest
constructor
A new instance of SOAPFCGIRequest.
- #meta_vars ⇒ Object
Constructor Details
#initialize(request) ⇒ SOAPFCGIRequest
Returns a new instance of SOAPFCGIRequest.
61 62 63 64 |
# File 'lib/soap/rpc/cgistub.rb', line 61 def initialize(request) @request = request @body = @request.in.read end |
Instance Attribute Details
#body ⇒ Object (readonly)
Returns the value of attribute body
59 60 61 |
# File 'lib/soap/rpc/cgistub.rb', line 59 def body @body end |