class TaskJuggler::TableReportColumn

This class holds some computed data that is used to render the TableReport Columns.

Attributes

end[RW]
start[RW]

Public Class Methods

new(startDate, endDate) click to toggle source
# File lib/taskjuggler/reports/TableReportColumn.rb, line 22
def initialize(startDate, endDate)
  @start = startDate
  @end = endDate
end