Class: MergeLinkRecords
- Inherits:
-
Object
- Object
- MergeLinkRecords
- Defined in:
- lib/stub/default.rb
Overview
urn:wsurn:ws.rsysurn:ws.rsys.commergeLinkRecords
linkTable - InteractObject
recordData - RecordData
Instance Attribute Summary collapse
-
#linkTable ⇒ Object
Returns the value of attribute linkTable.
-
#recordData ⇒ Object
Returns the value of attribute recordData.
Instance Method Summary collapse
-
#initialize(linkTable = nil, recordData = nil) ⇒ MergeLinkRecords
constructor
A new instance of MergeLinkRecords.
Constructor Details
#initialize(linkTable = nil, recordData = nil) ⇒ MergeLinkRecords
Returns a new instance of MergeLinkRecords.
1838 1839 1840 1841 |
# File 'lib/stub/default.rb', line 1838 def initialize(linkTable = nil, recordData = nil) @linkTable = linkTable @recordData = recordData end |
Instance Attribute Details
#linkTable ⇒ Object
Returns the value of attribute linkTable.
1835 1836 1837 |
# File 'lib/stub/default.rb', line 1835 def linkTable @linkTable end |
#recordData ⇒ Object
Returns the value of attribute recordData.
1836 1837 1838 |
# File 'lib/stub/default.rb', line 1836 def recordData @recordData end |