Class Rufus::Scheduler::SimpleJob

  1. lib/rufus/sc/jobs.rb

The base class of at/in/every jobs.

Methods

public instance

  1. determine_at

Attributes

at [R] When the job is supposed to trigger
last [R]

Public instance methods

determine_at ()
[show source]
     # File lib/rufus/sc/jobs.rb, line 200
200:     def determine_at
201: 
202:       @at = Rufus.at_to_f(@t)
203:     end