Class: MergeTableRecordsWithPK

Inherits:
Object
  • Object
show all
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

Instance Method Summary collapse

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

#insertOnNoMatchObject

Returns the value of attribute insertOnNoMatch.



2250
2251
2252
# File 'lib/metal/default.rb', line 2250

def insertOnNoMatch
  @insertOnNoMatch
end

#recordDataObject

Returns the value of attribute recordData.



2249
2250
2251
# File 'lib/metal/default.rb', line 2249

def recordData
  @recordData
end

#tableObject

Returns the value of attribute table.



2248
2249
2250
# File 'lib/metal/default.rb', line 2248

def table
  @table
end

#updateOnMatchObject

Returns the value of attribute updateOnMatch.



2251
2252
2253
# File 'lib/metal/default.rb', line 2251

def updateOnMatch
  @updateOnMatch
end