Class: ActiveJob::QueueAdapters::SteveAdapter::JobWrapper
- Inherits:
-
Steve::Job
- Object
- Steve::Job
- ActiveJob::QueueAdapters::SteveAdapter::JobWrapper
- Defined in:
- lib/active_job/queue_adapters/steve_adapter.rb
Instance Attribute Summary
Attributes inherited from Steve::Job
Instance Method Summary collapse
Methods inherited from Steve::Job
Constructor Details
This class inherits a constructor from Steve::Job
Instance Method Details
#perform ⇒ Object
16 17 18 |
# File 'lib/active_job/queue_adapters/steve_adapter.rb', line 16 def perform Base.execute(params) end |