Class: DeleteTable

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

Overview

urn:wsurn:ws.rsysurn:ws.rsys.comdeleteTable

table - InteractObject

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(table = nil) ⇒ DeleteTable

Returns a new instance of DeleteTable.



1622
1623
1624
# File 'lib/metal/default.rb', line 1622

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

Instance Attribute Details

#tableObject

Returns the value of attribute table.



1620
1621
1622
# File 'lib/metal/default.rb', line 1620

def table
  @table
end