Class: SetDocumentContent
- Inherits:
-
Object
- Object
- SetDocumentContent
- Defined in:
- lib/stub/default.rb
Overview
urn:wsurn:ws.rsysurn:ws.rsys.comsetDocumentContent
document - InteractObject
content - SOAP::SOAPString
Instance Attribute Summary collapse
-
#content ⇒ Object
Returns the value of attribute content.
-
#document ⇒ Object
Returns the value of attribute document.
Instance Method Summary collapse
-
#initialize(document = nil, content = nil) ⇒ SetDocumentContent
constructor
A new instance of SetDocumentContent.
Constructor Details
#initialize(document = nil, content = nil) ⇒ SetDocumentContent
Returns a new instance of SetDocumentContent.
1981 1982 1983 1984 |
# File 'lib/stub/default.rb', line 1981 def initialize(document = nil, content = nil) @document = document @content = content end |
Instance Attribute Details
#content ⇒ Object
Returns the value of attribute content.
1979 1980 1981 |
# File 'lib/stub/default.rb', line 1979 def content @content end |
#document ⇒ Object
Returns the value of attribute document.
1978 1979 1980 |
# File 'lib/stub/default.rb', line 1978 def document @document end |