Represent a single report, timesheet etc. group. Usually instantiation is done only by the Sections class. Callers obtain references to instances only by enumeration or access methods again in the Sections class.
# File lib/track_record_sections.rb, line 125 def initialize( task ) initialize_group( task ) end