Class: TaskJuggler::TimeSheets
- Defined in:
- lib/taskjuggler/TimeSheets.rb
Overview
A class to hold all time sheets of a project.
Instance Method Summary collapse
- #check ⇒ Object
-
#initialize ⇒ TimeSheets
constructor
A new instance of TimeSheets.
- #warnOnDelta ⇒ Object
Constructor Details
#initialize ⇒ TimeSheets
Returns a new instance of TimeSheets.
389 390 391 |
# File 'lib/taskjuggler/TimeSheets.rb', line 389 def initialize super end |