class Rufus::Scheduler::EvInJob

A parent class of EveryJob and IntervalJob

Public Instance Methods

first_at=(first) click to toggle source
Calls superclass method Rufus::Scheduler::RepeatJob#first_at=
# File lib/rufus/scheduler/jobs_repeat.rb, line 164
def first_at=(first)

  @next_time = super
end