Class: CreateLinkTable
- Inherits:
-
Object
- Object
- CreateLinkTable
- Defined in:
- lib/stub/default.rb
Overview
urn:wsurn:ws.rsysurn:ws.rsys.comcreateLinkTable
linkTable - InteractObject
description - SOAP::SOAPString
Instance Attribute Summary collapse
-
#description ⇒ Object
Returns the value of attribute description.
-
#linkTable ⇒ Object
Returns the value of attribute linkTable.
Instance Method Summary collapse
-
#initialize(linkTable = nil, description = nil) ⇒ CreateLinkTable
constructor
A new instance of CreateLinkTable.
Constructor Details
#initialize(linkTable = nil, description = nil) ⇒ CreateLinkTable
Returns a new instance of CreateLinkTable.
1795 1796 1797 1798 |
# File 'lib/stub/default.rb', line 1795 def initialize(linkTable = nil, description = nil) @linkTable = linkTable @description = description end |
Instance Attribute Details
#description ⇒ Object
Returns the value of attribute description.
1793 1794 1795 |
# File 'lib/stub/default.rb', line 1793 def description @description end |
#linkTable ⇒ Object
Returns the value of attribute linkTable.
1792 1793 1794 |
# File 'lib/stub/default.rb', line 1792 def linkTable @linkTable end |