| Class | Rufus::Scheduler::CronJob |
| In: |
lib/rufus/sc/jobs.rb
|
| Parent: | Job |
Recurring job, cron style.
| 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) |