Class: DeleteList
- Inherits:
-
Object
- Object
- DeleteList
- Defined in:
- lib/metal/default.rb
Overview
urn:wsurn:ws.rsysurn:ws.rsys.comdeleteList
list - InteractObject
Instance Attribute Summary collapse
-
#list ⇒ Object
Returns the value of attribute list.
Instance Method Summary collapse
-
#initialize(list = nil) ⇒ DeleteList
constructor
A new instance of DeleteList.
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
#list ⇒ Object
Returns the value of attribute list.
1476 1477 1478 |
# File 'lib/metal/default.rb', line 1476 def list @list end |