Class: CreateLinkTable

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

Overview

urn:wsurn:ws.rsysurn:ws.rsys.comcreateLinkTable

linkTable - InteractObject
description - SOAP::SOAPString

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(linkTable = nil, description = nil) ⇒ CreateLinkTable

Returns a new instance of CreateLinkTable.



1795
1796
1797
1798
# File 'lib/stub/default.rb', line 1795

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

Instance Attribute Details

#descriptionObject

Returns the value of attribute description.



1793
1794
1795
# File 'lib/stub/default.rb', line 1793

def description
  @description
end

#linkTableObject

Returns the value of attribute linkTable.



1792
1793
1794
# File 'lib/stub/default.rb', line 1792

def linkTable
  @linkTable
end