Class: Rufus::Scheduler::AtJob

Inherits:
SimpleJob show all
Defined in:
lib/rufus/sc/jobs.rb

Overview

Job that occurs once, at a certain point in time.

Instance Attribute Summary

Attributes inherited from SimpleJob

#at, #last

Attributes inherited from Job

#block, #job_id, #last, #last_job_thread, #params, #running, #scheduler, #t

Method Summary

Methods inherited from SimpleJob

#determine_at, #next_time

Methods inherited from Job

#initialize, #schedule_info, #tags, #tags=, #trigger, #trigger_block, #unschedule

Constructor Details

This class inherits a constructor from Rufus::Scheduler::Job