Class: Haecksler::HeaderRow

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

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

Constructor Details

This class inherits a constructor from Haecksler::Row

Instance Method Details

#header?Boolean

Returns:

  • (Boolean)


51
52
53
# File 'lib/haecksler/row.rb', line 51

def header?
  true
end