Class: RetrieveLinkRecords

Inherits:
Object
  • Object
show all
Defined in:
lib/stub/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.



1859
1860
1861
# File 'lib/stub/default.rb', line 1859

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

Instance Attribute Details

#linkTableObject

Returns the value of attribute linkTable.



1857
1858
1859
# File 'lib/stub/default.rb', line 1857

def linkTable
  @linkTable
end