Class: TruncateTable

Inherits:
Object
  • Object
show all
Defined in:
lib/stub/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.



1744
1745
1746
# File 'lib/stub/default.rb', line 1744

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

Instance Attribute Details

#tableObject

Returns the value of attribute table.



1742
1743
1744
# File 'lib/stub/default.rb', line 1742

def table
  @table
end