module IceCube::Validations::ScheduleLock
Public Instance Methods
Source
# File lib/ice_cube/validations/schedule_lock.rb, line 7 def schedule_lock(*types) types.each do |type| validations_for(:"base_#{type}") << Validation.new(type) end end
Lock
the given time units to the units from schedule’s start_time
These locks are all clobberable by other rules of the same type using clobber_base_validation