Class: DeleteLinkRecords

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

Overview

urn:wsurn:ws.rsysurn:ws.rsys.comdeleteLinkRecords

linkTable - InteractObject
linkNamesToDelete - SOAP::SOAPString

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(linkTable = nil, linkNamesToDelete = []) ⇒ DeleteLinkRecords

Returns a new instance of DeleteLinkRecords.



1880
1881
1882
1883
# File 'lib/metal/default.rb', line 1880

def initialize(linkTable = nil, linkNamesToDelete = [])
  @linkTable = linkTable
  @linkNamesToDelete = linkNamesToDelete
end

Instance Attribute Details

#linkNamesToDeleteObject

Returns the value of attribute linkNamesToDelete.



1878
1879
1880
# File 'lib/metal/default.rb', line 1878

def linkNamesToDelete
  @linkNamesToDelete
end

#linkTableObject

Returns the value of attribute linkTable.



1877
1878
1879
# File 'lib/metal/default.rb', line 1877

def linkTable
  @linkTable
end