Class: PivotTable::Column

Inherits:
Object
  • Object
show all
Includes:
CellCollection
Defined in:
lib/pivot_table/column.rb

Constant Summary

Constants included from CellCollection

PivotTable::CellCollection::ACCESSORS

Instance Method Summary collapse

Methods included from CellCollection

#initialize, #total

Instance Method Details

#row_data(row_header) ⇒ Object



5
6
7
# File 'lib/pivot_table/column.rb', line 5

def row_data row_header
  find_data row_header
end