Class: PivotTable::Row
- Inherits:
-
Object
- Object
- PivotTable::Row
- Includes:
- CellCollection
- Defined in:
- lib/pivot_table/row.rb
Constant Summary
Constants included from CellCollection
Instance Method Summary collapse
Methods included from CellCollection
Instance Method Details
#column_data(column_header) ⇒ Object
5 6 7 |
# File 'lib/pivot_table/row.rb', line 5 def column_data column_header find_data column_header end |