Represent a single report, timesheet etc. section. 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 89 def initialize( identifier, project ) initialize_section( identifier, project ) end