Class: Qe::DelayedJob::Worker
- Inherits:
-
Struct
- Object
- Struct
- Qe::DelayedJob::Worker
- Defined in:
- lib/qe/delayed_job.rb
Instance Attribute Summary collapse
-
#options ⇒ Object
Returns the value of attribute options.
-
#worker_name ⇒ Object
Returns the value of attribute worker_name.
Instance Method Summary collapse
Instance Attribute Details
#options ⇒ Object
Returns the value of attribute options
6 7 8 |
# File 'lib/qe/delayed_job.rb', line 6 def end |
#worker_name ⇒ Object
Returns the value of attribute worker_name
6 7 8 |
# File 'lib/qe/delayed_job.rb', line 6 def worker_name @worker_name end |
Instance Method Details
#perform ⇒ Object
7 8 9 |
# File 'lib/qe/delayed_job.rb', line 7 def perform Qe::Worker.perform(worker_name, ) end |