Class: ActiveJob::QueueAdapters::SuckerPunchAdapter::JobWrapper
Do not use. This class is for internal use only.
Relationships & Source Files | |
Super Chains via Extension / Inclusion / Inheritance | |
Instance Chain:
self,
SuckerPunch::Job
|
|
Inherits: | Object |
Defined in: | activejob/lib/active_job/queue_adapters/sucker_punch_adapter.rb |
Instance Method Summary
Instance Method Details
#perform(job_data)
[ GitHub ]# File 'activejob/lib/active_job/queue_adapters/sucker_punch_adapter.rb', line 50
def perform(job_data) Base.execute job_data end