Array
A class to hold all time sheets of a project.
# File lib/taskjuggler/TimeSheets.rb, line 387 def initialize super end
# File lib/taskjuggler/TimeSheets.rb, line 391 def check each { |s| s.check } end
# File lib/taskjuggler/TimeSheets.rb, line 395 def warnOnDelta each { |s| s.warnOnDelta } end
[Validate]
Generated with the Darkfish Rdoc Generator 2.