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
Overview
:nodoc:
Instance Method Summary collapse
Instance Method Details
#run(job_data) ⇒ Object
55 56 57 |
# File 'lib/active_job/queue_adapters/que_adapter.rb', line 55 def run(job_data) Base.execute job_data end |