Class: Whenever::Job::Default
- Inherits:
-
Object
- Object
- Whenever::Job::Default
- Defined in:
- lib/job_types/default.rb
Instance Attribute Summary collapse
-
#at ⇒ Object
Returns the value of attribute at.
-
#cron_log ⇒ Object
Returns the value of attribute cron_log.
-
#task ⇒ Object
Returns the value of attribute task.
Instance Method Summary collapse
-
#initialize(options = {}) ⇒ Default
constructor
A new instance of Default.
- #output ⇒ Object
Constructor Details
Instance Attribute Details
#at ⇒ Object
Returns the value of attribute at.
5 6 7 |
# File 'lib/job_types/default.rb', line 5 def at @at end |
#cron_log ⇒ Object
Returns the value of attribute cron_log.
5 6 7 |
# File 'lib/job_types/default.rb', line 5 def cron_log @cron_log end |
#task ⇒ Object
Returns the value of attribute task.
5 6 7 |
# File 'lib/job_types/default.rb', line 5 def task @task end |
Instance Method Details
#output ⇒ Object
15 16 17 |
# File 'lib/job_types/default.rb', line 15 def output task end |