Class: Webhooks::Incoming::WebhookProcessingJob

Inherits:
ApplicationJob
  • Object
show all
Defined in:
app/jobs/webhooks/incoming/webhook_processing_job.rb

Instance Method Summary collapse

Instance Method Details

#perform(webhook) ⇒ Object



4
5
6
# File 'app/jobs/webhooks/incoming/webhook_processing_job.rb', line 4

def perform(webhook)
  webhook.verify_and_process
end