Class: ActiveJob::QueueAdapters::QueAdapter::JobWrapper
- Inherits:
-
Que::Job
- Object
- Que::Job
- ActiveJob::QueueAdapters::QueAdapter::JobWrapper
- Defined in:
- lib/active_job/queue_adapters/que_adapter.rb
Instance Method Summary collapse
Instance Method Details
#run(job_data) ⇒ Object
17 18 19 |
# File 'lib/active_job/queue_adapters/que_adapter.rb', line 17 def run(job_data) Base.execute job_data end |