Class: GridFu::Row

Inherits:
Element show all
Defined in:
lib/grid_fu/rows.rb

Direct Known Subclasses

BodyRow, FooterRow, HeaderRow

Instance Attribute Summary collapse

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

#cellsObject (readonly)

Returns the value of attribute cells.



3
4
5
# File 'lib/grid_fu/rows.rb', line 3

def cells
  @cells
end