The base class of at/in/every jobs.
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