Parent

Methods

Class/Module Index [+]

Quicksearch

TaskJuggler::LeaveAllowance

Public Class Methods

new(type, date, slots) click to toggle source
# File lib/taskjuggler/LeaveList.rb, line 66
def initialize(type, date, slots)
  unless Leave::Types[type]
    raise ArgumentError, "Unsupported leave type #{type}"
  end
  super
end

[Validate]

Generated with the Darkfish Rdoc Generator 2.