Class: Shipit::DestroyJob
- Inherits:
-
BackgroundJob
- Object
- ActiveJob::Base
- BackgroundJob
- Shipit::DestroyJob
- Defined in:
- app/jobs/shipit/destroy_job.rb
Constant Summary
Constants inherited from BackgroundJob
BackgroundJob::DEFAULT_RETRY_TIME_IN_SECONDS
Instance Method Summary collapse
Instance Method Details
#perform(instance) ⇒ Object
7 8 9 |
# File 'app/jobs/shipit/destroy_job.rb', line 7 def perform(instance) instance.destroy end |