Object
Utility class for the intermediate TimeSheetReport format.
# File lib/taskjuggler/reports/TimeSheetReport.rb, line 22 def initialize(resource) @resource = resource @vacationHours = 0.0 @vacationPercent = 0.0 @tasks = [] end
[Validate]
Generated with the Darkfish Rdoc Generator 2.