Class: Webhooks::Outgoing::DeliveryJob
- Inherits:
-
ApplicationJob
- Object
- ApplicationJob
- Webhooks::Outgoing::DeliveryJob
- Defined in:
- app/jobs/webhooks/outgoing/delivery_job.rb
Instance Method Summary collapse
Instance Method Details
#perform(delivery) ⇒ Object
4 5 6 |
# File 'app/jobs/webhooks/outgoing/delivery_job.rb', line 4 def perform(delivery) delivery.deliver end |