Class: Xeroizer::Report::SummaryRow

Inherits:
Row
  • Object
show all
Defined in:
lib/xeroizer/report/row/summary.rb

Instance Attribute Summary collapse

Attributes inherited from Row

#cells, #parent, #report, #rows, #title, #type

Method Summary

Methods inherited from Row

#cell, #child?, #header?, #initialize, #parent?, #row?, #section?, #summary?

Methods included from RowXmlHelper

included

Constructor Details

This class inherits a constructor from Xeroizer::Report::Row

Instance Attribute Details

#headerObject

Returns the value of attribute header.



5
6
7
# File 'lib/xeroizer/report/row/summary.rb', line 5

def header
  @header
end