class TrackRecordSections::Section

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.

Public Class Methods

new( identifier, project ) click to toggle source
# File lib/track_record_sections.rb, line 89
def initialize( identifier, project )
  initialize_section( identifier, project )
end