Class: Haecksler::FooterRow

Inherits:
Row
  • Object
show all
Defined in:
lib/haecksler/row.rb

Instance Attribute Summary

Attributes inherited from Row

#columns

Instance Method Summary collapse

Methods inherited from Row

#<<, #[], #header?, #initialize, #parse

Constructor Details

This class inherits a constructor from Haecksler::Row

Instance Method Details

#footer?Boolean

Returns:

  • (Boolean)


57
58
59
# File 'lib/haecksler/row.rb', line 57

def footer?
  true
end