Class: DeleteLinkRecords
- Inherits:
-
Object
- Object
- DeleteLinkRecords
- Defined in:
- lib/stub/default.rb
Overview
urn:wsurn:ws.rsysurn:ws.rsys.comdeleteLinkRecords
linkTable - InteractObject
linkNamesToDelete - SOAP::SOAPString
Instance Attribute Summary collapse
-
#linkNamesToDelete ⇒ Object
Returns the value of attribute linkNamesToDelete.
-
#linkTable ⇒ Object
Returns the value of attribute linkTable.
Instance Method Summary collapse
-
#initialize(linkTable = nil, linkNamesToDelete = []) ⇒ DeleteLinkRecords
constructor
A new instance of DeleteLinkRecords.
Constructor Details
#initialize(linkTable = nil, linkNamesToDelete = []) ⇒ DeleteLinkRecords
Returns a new instance of DeleteLinkRecords.
1881 1882 1883 1884 |
# File 'lib/stub/default.rb', line 1881 def initialize(linkTable = nil, linkNamesToDelete = []) @linkTable = linkTable @linkNamesToDelete = linkNamesToDelete end |
Instance Attribute Details
#linkNamesToDelete ⇒ Object
Returns the value of attribute linkNamesToDelete.
1879 1880 1881 |
# File 'lib/stub/default.rb', line 1879 def linkNamesToDelete @linkNamesToDelete end |
#linkTable ⇒ Object
Returns the value of attribute linkTable.
1878 1879 1880 |
# File 'lib/stub/default.rb', line 1878 def linkTable @linkTable end |