Methods

Rufus::Scheduler::AtJob

Public Class Methods

new(scheduler, time, opts, block) click to toggle source
# File lib/rufus/scheduler/jobs.rb, line 367
def initialize(scheduler, time, opts, block)

  super(scheduler, time, opts, block)

  @next_time = Rufus::Scheduler.parse_at(time)
end

[Validate]

Generated with the Darkfish Rdoc Generator 2.