Class: PivotTable::Row

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

Constant Summary

Constants included from CellCollection

CellCollection::ACCESSORS

Instance Method Summary collapse

Methods included from CellCollection

#initialize, #total

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