Class: Tableview::ViewHandler::Row
- Inherits:
-
TablePiece
- Object
- TablePiece
- Tableview::ViewHandler::Row
- Defined in:
- lib/tableview/view_handler.rb
Instance Attribute Summary collapse
-
#cells ⇒ Object
Returns the value of attribute cells.
Attributes inherited from TablePiece
Instance Method Summary collapse
- #cell(*contents) ⇒ Object
-
#initialize(*args) ⇒ Row
constructor
A new instance of Row.
Constructor Details
#initialize(*args) ⇒ Row
Returns a new instance of Row.
169 170 171 172 |
# File 'lib/tableview/view_handler.rb', line 169 def initialize(*args) super *args self.cells = [] end |
Instance Attribute Details
#cells ⇒ Object
Returns the value of attribute cells.
168 169 170 |
# File 'lib/tableview/view_handler.rb', line 168 def cells @cells end |