This class handles the scenario specific features of a Shift object.
Returns true if the shift has a vacation defined for the date.
# File lib/taskjuggler/ShiftScenario.rb, line 33 def onLeave?(date) a('leaves').each do |leave| if leave.interval.contains?(date) return true end end false end
Generated with the Darkfish Rdoc Generator 2.