Class TaskJuggler::TableReportColumn
In: lib/taskjuggler/reports/TableReportColumn.rb
Parent: Object

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

Methods

new  

Attributes

end  [RW] 
start  [RW] 

Public Class methods

[Source]

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

[Validate]