Class: DeleteTable
- Inherits:
-
Object
- Object
- DeleteTable
- Defined in:
- lib/stub/default.rb
Overview
urn:wsurn:ws.rsysurn:ws.rsys.comdeleteTable
table - InteractObject
Instance Attribute Summary collapse
-
#table ⇒ Object
Returns the value of attribute table.
Instance Method Summary collapse
-
#initialize(table = nil) ⇒ DeleteTable
constructor
A new instance of DeleteTable.
Constructor Details
#initialize(table = nil) ⇒ DeleteTable
Returns a new instance of DeleteTable.
1623 1624 1625 |
# File 'lib/stub/default.rb', line 1623 def initialize(table = nil) @table = table end |
Instance Attribute Details
#table ⇒ Object
Returns the value of attribute table.
1621 1622 1623 |
# File 'lib/stub/default.rb', line 1621 def table @table end |