Parent

Methods

Class/Module Index [+]

Quicksearch

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 20
def initialize(startDate, endDate)
  @start = startDate
  @end = endDate
end

[Validate]

Generated with the Darkfish Rdoc Generator 2.