| Class | TaskJuggler::LeaveAllowanceList |
| In: |
lib/taskjuggler/LeaveList.rb
|
| Parent: | Array |
The LeaveAllowanceList can store lists of LeaveAllowance objects. Allowances are counted in time slots and can be negative to substract expired allowances.
Create a new empty LeaveAllowanceList.
# File lib/taskjuggler/LeaveList.rb, line 83 def initialize(*args) super(*args) end