Methods

Rufus::Scheduler::AtJob

Public Class Methods

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

  super(scheduler, time, opts, block)

  @next_time =
    opts[:_t] || Rufus::Scheduler.parse_at(time, opts)
end

[Validate]

Generated with the Darkfish Rdoc Generator 2.