Class: Webhooks::DeliverJob

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