Class: RubyLabs::HashLab::TableView
- Inherits:
-
Struct
- Object
- Struct
- RubyLabs::HashLab::TableView
- Defined in:
- lib/hashlab.rb
Overview
When a hash table is drawn on the screen the drawing
attribute is set to a TableView struct that describes the drawing.
Instance Attribute Summary collapse
-
#buckets ⇒ Object
Returns the value of attribute buckets.
-
#cells ⇒ Object
Returns the value of attribute cells.
-
#nrows ⇒ Object
Returns the value of attribute nrows.
-
#options ⇒ Object
Returns the value of attribute options.
Instance Attribute Details
#buckets ⇒ Object
Returns the value of attribute buckets
20 21 22 |
# File 'lib/hashlab.rb', line 20 def buckets @buckets end |
#cells ⇒ Object
Returns the value of attribute cells
20 21 22 |
# File 'lib/hashlab.rb', line 20 def cells @cells end |
#nrows ⇒ Object
Returns the value of attribute nrows
20 21 22 |
# File 'lib/hashlab.rb', line 20 def nrows @nrows end |
#options ⇒ Object
Returns the value of attribute options
20 21 22 |
# File 'lib/hashlab.rb', line 20 def @options end |