Class: MergeTableRecordsWithPK
- Inherits:
-
Object
- Object
- MergeTableRecordsWithPK
- Defined in:
- lib/metal/default.rb
Overview
urn:wsurn:ws.rsysurn:ws.rsys.commergeTableRecordsWithPK
table - InteractObject
recordData - RecordData
insertOnNoMatch - SOAP::SOAPBoolean
updateOnMatch - UpdateOnMatch
Instance Attribute Summary collapse
-
#insertOnNoMatch ⇒ Object
Returns the value of attribute insertOnNoMatch.
-
#recordData ⇒ Object
Returns the value of attribute recordData.
-
#table ⇒ Object
Returns the value of attribute table.
-
#updateOnMatch ⇒ Object
Returns the value of attribute updateOnMatch.
Instance Method Summary collapse
-
#initialize(table = nil, recordData = nil, insertOnNoMatch = nil, updateOnMatch = nil) ⇒ MergeTableRecordsWithPK
constructor
A new instance of MergeTableRecordsWithPK.
Constructor Details
#initialize(table = nil, recordData = nil, insertOnNoMatch = nil, updateOnMatch = nil) ⇒ MergeTableRecordsWithPK
Returns a new instance of MergeTableRecordsWithPK.
2253 2254 2255 2256 2257 2258 |
# File 'lib/metal/default.rb', line 2253 def initialize(table = nil, recordData = nil, insertOnNoMatch = nil, updateOnMatch = nil) @table = table @recordData = recordData @insertOnNoMatch = insertOnNoMatch @updateOnMatch = updateOnMatch end |
Instance Attribute Details
#insertOnNoMatch ⇒ Object
Returns the value of attribute insertOnNoMatch.
2250 2251 2252 |
# File 'lib/metal/default.rb', line 2250 def insertOnNoMatch @insertOnNoMatch end |
#recordData ⇒ Object
Returns the value of attribute recordData.
2249 2250 2251 |
# File 'lib/metal/default.rb', line 2249 def recordData @recordData end |
#table ⇒ Object
Returns the value of attribute table.
2248 2249 2250 |
# File 'lib/metal/default.rb', line 2248 def table @table end |
#updateOnMatch ⇒ Object
Returns the value of attribute updateOnMatch.
2251 2252 2253 |
# File 'lib/metal/default.rb', line 2251 def updateOnMatch @updateOnMatch end |