Class Rufus::Scheduler::CronJob
In: lib/rufus/sc/jobs.rb
Parent: Job

Recurring job, cron style.

Methods

Attributes

block  [R]  The block to call when triggering
cron_line  [R]  The CronLine instance, it holds all the info about the cron schedule
params  [R]  The job parameters (passed via the schedule method)

Public Class methods

Public Instance methods

Returns the next time this job is meant to trigger

Protected Instance methods

[Validate]