Class: Billy::Webhooks::ProcessJob

Inherits:
ApplicationJob show all
Defined in:
lib/billy/webhooks/process_job.rb

Instance Method Summary collapse

Instance Method Details

#perform(billy_webhook) ⇒ Object



4
5
6
# File 'lib/billy/webhooks/process_job.rb', line 4

def perform(billy_webhook)
  billy_webhook.process!
end