Parent

Methods

Class Index [+]

Quicksearch

TaskJuggler::NikuProject

Attributes

name[R]
id[R]
tasks[R]
resources[R]

Public Class Methods

new(id, name) click to toggle source
    # File lib/taskjuggler/reports/NikuReport.rb, line 23
23:     def initialize(id, name)
24:       @id = id
25:       @name = name
26:       @tasks = []
27:       @resources = {}
28:     end

Disabled; run with --debug to generate this.

[Validate]

Generated with the Darkfish Rdoc Generator 1.1.6.