Class: Webhooks::DeliverJob
- Inherits:
-
ApplicationJob
- Object
- ActiveJob::Base
- ApplicationJob
- Webhooks::DeliverJob
- Defined in:
- app/jobs/webhooks/deliver_job.rb
Instance Method Summary collapse
Instance Method Details
#perform(attempt) ⇒ Object
7 8 9 |
# File 'app/jobs/webhooks/deliver_job.rb', line 7 def perform(attempt) attempt.deliver end |