Class: ArbolTable
- Inherits:
-
Object
- Object
- ArbolTable
- Defined in:
- lib/functions/table.rb
Instance Attribute Summary collapse
-
#table ⇒ Object
Returns the value of attribute table.
Instance Method Summary collapse
-
#initialize(tbl) ⇒ ArbolTable
constructor
A new instance of ArbolTable.
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
#table ⇒ Object
Returns the value of attribute table.
2 3 4 |
# File 'lib/functions/table.rb', line 2 def table @table end |