Class: Scheduled::Job Private
- Inherits:
-
Struct
- Object
- Struct
- Scheduled::Job
- Defined in:
- lib/scheduled.rb
This class is part of a private API. You should avoid using this class if possible, as it may be removed or be changed in the future.
Instance Attribute Summary collapse
-
#last_run ⇒ Object
Returns the value of attribute last_run.
Instance Attribute Details
#last_run ⇒ Object
Returns the value of attribute last_run
13 14 15 |
# File 'lib/scheduled.rb', line 13 def last_run @last_run end |