Class: MergeTableRecords
- Inherits:
-
Object
- Object
- MergeTableRecords
- Defined in:
- lib/stub/default.rb
Overview
urn:wsurn:ws.rsysurn:ws.rsys.commergeTableRecords
table - InteractObject
recordData - RecordData
matchColumnNames - SOAP::SOAPString
Instance Attribute Summary collapse
-
#matchColumnNames ⇒ Object
Returns the value of attribute matchColumnNames.
-
#recordData ⇒ Object
Returns the value of attribute recordData.
-
#table ⇒ Object
Returns the value of attribute table.
Instance Method Summary collapse
-
#initialize(table = nil, recordData = nil, matchColumnNames = []) ⇒ MergeTableRecords
constructor
A new instance of MergeTableRecords.
Constructor Details
#initialize(table = nil, recordData = nil, matchColumnNames = []) ⇒ MergeTableRecords
Returns a new instance of MergeTableRecords.
1673 1674 1675 1676 1677 |
# File 'lib/stub/default.rb', line 1673 def initialize(table = nil, recordData = nil, matchColumnNames = []) @table = table @recordData = recordData @matchColumnNames = matchColumnNames end |
Instance Attribute Details
#matchColumnNames ⇒ Object
Returns the value of attribute matchColumnNames.
1671 1672 1673 |
# File 'lib/stub/default.rb', line 1671 def matchColumnNames @matchColumnNames end |
#recordData ⇒ Object
Returns the value of attribute recordData.
1670 1671 1672 |
# File 'lib/stub/default.rb', line 1670 def recordData @recordData end |
#table ⇒ Object
Returns the value of attribute table.
1669 1670 1671 |
# File 'lib/stub/default.rb', line 1669 def table @table end |