# File lib/taskjuggler/TaskDependency.rb, line 21 21: def initialize(taskId, onEnd) 22: @taskId = taskId 23: @task = nil 24: # Specifies whether the dependency is relative to the start or the 25: # end of the dependent task. 26: @onEnd = onEnd 27: # The gap duration is stored in seconds of calendar time. 28: @gapDuration = 0 29: # The gap length is stored in number of scheduling slots. 30: @gapLength = 0 31: end
Disabled; run with --debug to generate this.
Generated with the Darkfish Rdoc Generator 1.1.6.