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
      33 34 35  | 
    
      # File 'lib/active_job/queue_adapters/que_adapter.rb', line 33 def run(job_data) Base.execute job_data end  |