Class: TruncateTable
- Inherits:
-
Object
- Object
- TruncateTable
- Defined in:
- lib/stub/default.rb
Overview
urn:wsurn:ws.rsysurn:ws.rsys.comtruncateTable
table - InteractObject
Instance Attribute Summary collapse
-
#table ⇒ Object
Returns the value of attribute table.
Instance Method Summary collapse
-
#initialize(table = nil) ⇒ TruncateTable
constructor
A new instance of TruncateTable.
Constructor Details
#initialize(table = nil) ⇒ TruncateTable
Returns a new instance of TruncateTable.
1744 1745 1746 |
# File 'lib/stub/default.rb', line 1744 def initialize(table = nil) @table = table end |
Instance Attribute Details
#table ⇒ Object
Returns the value of attribute table.
1742 1743 1744 |
# File 'lib/stub/default.rb', line 1742 def table @table end |