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.
391 392 393 |
# File 'lib/taskjuggler/TimeSheets.rb', line 391 def initialize super end |