Parent

Methods

Class Index [+]

Quicksearch

TaskJuggler::TSResourceRecord

Utility class for the intermediate TimeSheetReport format.

Attributes

resource[R]
tasks[R]
vacationHours[RW]
vacationPercent[RW]

Public Class Methods

new(resource) click to toggle source
    # File lib/reports/TimeSheetReport.rb, line 24
24:     def initialize(resource)
25:       @resource = resource
26:       @vacationHours = 0.0
27:       @vacationPercent = 0.0
28:       @tasks = []
29:     end

Disabled; run with --debug to generate this.

[Validate]

Generated with the Darkfish Rdoc Generator 1.1.6.