Class: MergeLinkRecords

Inherits:
Object
  • Object
show all
Defined in:
lib/stub/default.rb

Overview

urn:wsurn:ws.rsysurn:ws.rsys.commergeLinkRecords

linkTable - InteractObject
recordData - RecordData

Instance Attribute Summary collapse

Instance Method Summary collapse

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

#linkTableObject

Returns the value of attribute linkTable.



1835
1836
1837
# File 'lib/stub/default.rb', line 1835

def linkTable
  @linkTable
end

#recordDataObject

Returns the value of attribute recordData.



1836
1837
1838
# File 'lib/stub/default.rb', line 1836

def recordData
  @recordData
end