Class: RetrieveLinkRecords

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

Overview

urn:wsurn:ws.rsysurn:ws.rsys.comretrieveLinkRecords

linkTable - InteractObject

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(linkTable = nil) ⇒ RetrieveLinkRecords

Returns a new instance of RetrieveLinkRecords.



1858
1859
1860
# File 'lib/metal/default.rb', line 1858

def initialize(linkTable = nil)
  @linkTable = linkTable
end

Instance Attribute Details

#linkTableObject

Returns the value of attribute linkTable.



1856
1857
1858
# File 'lib/metal/default.rb', line 1856

def linkTable
  @linkTable
end