Class: TruncateTable

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

Overview

urn:wsurn:ws.rsysurn:ws.rsys.comtruncateTable

table - InteractObject

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(table = nil) ⇒ TruncateTable

Returns a new instance of TruncateTable.



1743
1744
1745
# File 'lib/metal/default.rb', line 1743

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

Instance Attribute Details

#tableObject

Returns the value of attribute table.



1741
1742
1743
# File 'lib/metal/default.rb', line 1741

def table
  @table
end