Class: DeleteDocumentResponse
- Inherits:
-
Object
- Object
- DeleteDocumentResponse
- Defined in:
- lib/stub/default.rb
Overview
urn:wsurn:ws.rsysurn:ws.rsys.comdeleteDocumentResponse
result - SOAP::SOAPBoolean
Instance Attribute Summary collapse
-
#result ⇒ Object
Returns the value of attribute result.
Instance Method Summary collapse
-
#initialize(result = nil) ⇒ DeleteDocumentResponse
constructor
A new instance of DeleteDocumentResponse.
Constructor Details
#initialize(result = nil) ⇒ DeleteDocumentResponse
Returns a new instance of DeleteDocumentResponse.
1932 1933 1934 |
# File 'lib/stub/default.rb', line 1932 def initialize(result = nil) @result = result end |
Instance Attribute Details
#result ⇒ Object
Returns the value of attribute result.
1930 1931 1932 |
# File 'lib/stub/default.rb', line 1930 def result @result end |