Class: DeleteTable

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



1623
1624
1625
# File 'lib/stub/default.rb', line 1623

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

Instance Attribute Details

#tableObject

Returns the value of attribute table.



1621
1622
1623
# File 'lib/stub/default.rb', line 1621

def table
  @table
end