Class: GridFu::Row
Instance Attribute Summary collapse
-
#cells ⇒ Object
readonly
Returns the value of attribute cells.
Method Summary
Methods inherited from Element
#element_to_html, #initialize, #to_html
Constructor Details
This class inherits a constructor from GridFu::Element
Dynamic Method Handling
This class handles dynamic methods through the method_missing method in the class GridFu::Element
Instance Attribute Details
#cells ⇒ Object (readonly)
Returns the value of attribute cells.
3 4 5 |
# File 'lib/grid_fu/rows.rb', line 3 def cells @cells end |