Class: ActiveJob::QueueAdapters::QueAdapter::JobWrapper

Inherits:
Que::Job
  • Object
show all
Defined in:
activejob/lib/active_job/queue_adapters/que_adapter.rb

Overview

:nodoc:

Instance Method Summary collapse

Instance Method Details

#run(job_data) ⇒ Object



33
34
35
# File 'activejob/lib/active_job/queue_adapters/que_adapter.rb', line 33

def run(job_data)
  Base.execute job_data
end