Class: DeleteList

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

Overview

urn:wsurn:ws.rsysurn:ws.rsys.comdeleteList

list - InteractObject

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(list = nil) ⇒ DeleteList

Returns a new instance of DeleteList.



1478
1479
1480
# File 'lib/metal/default.rb', line 1478

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

Instance Attribute Details

#listObject

Returns the value of attribute list.



1476
1477
1478
# File 'lib/metal/default.rb', line 1476

def list
  @list
end