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.rb, line 514 def first_at=(first) super @next_time = @first_at end