A class to hold all time sheets of a project.
[Source]
# File lib/taskjuggler/TimeSheets.rb, line 389 def initialize super end
# File lib/taskjuggler/TimeSheets.rb, line 393 def check each { |s| s.check } end
# File lib/taskjuggler/TimeSheets.rb, line 397 def warnOnDelta each { |s| s.warnOnDelta } end
[Validate]