class TaskJuggler::TimeSheets
A class to hold all time sheets of a project.
Public Class Methods
Source
# File lib/taskjuggler/TimeSheets.rb, line 391 def initialize super end
Calls superclass method
Public Instance Methods
Source
# File lib/taskjuggler/TimeSheets.rb, line 399 def warnOnDelta each { |s| s.warnOnDelta } end