Class: ArbolTable

Inherits:
Object
  • Object
show all
Defined in:
lib/functions/table.rb

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(tbl) ⇒ ArbolTable

Returns a new instance of ArbolTable.



4
5
6
# File 'lib/functions/table.rb', line 4

def initialize(tbl)
  @table = tbl
end

Instance Attribute Details

#tableObject

Returns the value of attribute table.



2
3
4
# File 'lib/functions/table.rb', line 2

def table
  @table
end