class TaskJuggler::TableReportColumn
This class holds some computed data that is used to render the TableReport
Columns.
Attributes
Public Class Methods
Source
# File lib/taskjuggler/reports/TableReportColumn.rb, line 23 def initialize(startDate, endDate) @start = startDate @end = endDate end