Class: Rekiq::Worker::Configuration
- Inherits:
-
Object
- Object
- Rekiq::Worker::Configuration
- Defined in:
- lib/rekiq/worker.rb
Instance Attribute Summary collapse
-
#addon ⇒ Object
Returns the value of attribute addon.
-
#cancel_args ⇒ Object
Returns the value of attribute cancel_args.
-
#schedule_expired ⇒ Object
Returns the value of attribute schedule_expired.
-
#schedule_post_work ⇒ Object
Returns the value of attribute schedule_post_work.
-
#starting_at ⇒ Object
Returns the value of attribute starting_at.
-
#work_time_shift ⇒ Object
Returns the value of attribute work_time_shift.
-
#work_time_tolerance ⇒ Object
Returns the value of attribute work_time_tolerance.
Instance Method Summary collapse
Instance Attribute Details
#addon ⇒ Object
Returns the value of attribute addon.
8 9 10 |
# File 'lib/rekiq/worker.rb', line 8 def addon @addon end |
#cancel_args ⇒ Object
Returns the value of attribute cancel_args.
8 9 10 |
# File 'lib/rekiq/worker.rb', line 8 def cancel_args @cancel_args end |
#schedule_expired ⇒ Object
Returns the value of attribute schedule_expired.
8 9 10 |
# File 'lib/rekiq/worker.rb', line 8 def schedule_expired @schedule_expired end |
#schedule_post_work ⇒ Object
Returns the value of attribute schedule_post_work.
8 9 10 |
# File 'lib/rekiq/worker.rb', line 8 def schedule_post_work @schedule_post_work end |
#starting_at ⇒ Object
Returns the value of attribute starting_at.
8 9 10 |
# File 'lib/rekiq/worker.rb', line 8 def starting_at @starting_at end |
#work_time_shift ⇒ Object
Returns the value of attribute work_time_shift.
8 9 10 |
# File 'lib/rekiq/worker.rb', line 8 def work_time_shift @work_time_shift end |
#work_time_tolerance ⇒ Object
Returns the value of attribute work_time_tolerance.
8 9 10 |
# File 'lib/rekiq/worker.rb', line 8 def work_time_tolerance @work_time_tolerance end |
Instance Method Details
#rekiq_cancel_args(*args) ⇒ Object
11 12 13 |
# File 'lib/rekiq/worker.rb', line 11 def rekiq_cancel_args(*args) @cancel_args = args end |