Class: DeleteLinkTable

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

Overview

urn:wsurn:ws.rsysurn:ws.rsys.comdeleteLinkTable

linkTable - InteractObject

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(linkTable = nil) ⇒ DeleteLinkTable

Returns a new instance of DeleteLinkTable.



1816
1817
1818
# File 'lib/stub/default.rb', line 1816

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

Instance Attribute Details

#linkTableObject

Returns the value of attribute linkTable.



1814
1815
1816
# File 'lib/stub/default.rb', line 1814

def linkTable
  @linkTable
end