Class: Shipit::DestroyJob

Inherits:
BackgroundJob show all
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