Class: DeleteList
- Inherits:
-
Object
- Object
- DeleteList
- Defined in:
- lib/stub/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.
1479 1480 1481 |
# File 'lib/stub/default.rb', line 1479 def initialize(list = nil) @list = list end |
Instance Attribute Details
#list ⇒ Object
Returns the value of attribute list.
1477 1478 1479 |
# File 'lib/stub/default.rb', line 1477 def list @list end |