Class: RetrieveLinkRecords
- Inherits:
-
Object
- Object
- RetrieveLinkRecords
- Defined in:
- lib/stub/default.rb
Overview
urn:wsurn:ws.rsysurn:ws.rsys.comretrieveLinkRecords
linkTable - InteractObject
Instance Attribute Summary collapse
-
#linkTable ⇒ Object
Returns the value of attribute linkTable.
Instance Method Summary collapse
-
#initialize(linkTable = nil) ⇒ RetrieveLinkRecords
constructor
A new instance of RetrieveLinkRecords.
Constructor Details
#initialize(linkTable = nil) ⇒ RetrieveLinkRecords
Returns a new instance of RetrieveLinkRecords.
1859 1860 1861 |
# File 'lib/stub/default.rb', line 1859 def initialize(linkTable = nil) @linkTable = linkTable end |
Instance Attribute Details
#linkTable ⇒ Object
Returns the value of attribute linkTable.
1857 1858 1859 |
# File 'lib/stub/default.rb', line 1857 def linkTable @linkTable end |