Object
This class holds some computed data that is used to render the TableReport Columns.
# File lib/taskjuggler/reports/TableReportColumn.rb, line 21 def initialize(startDate, endDate) @start = startDate @end = endDate end