Class: Nuntius::DeliverInboundMessageJob

Inherits:
ApplicationJob
  • Object
show all
Defined in:
app/jobs/nuntius/deliver_inbound_message_job.rb

Instance Method Summary collapse

Instance Method Details

#perform(inbound_message) ⇒ Object



6
7
8
# File 'app/jobs/nuntius/deliver_inbound_message_job.rb', line 6

def perform(inbound_message)
  Nuntius::DeliverInboundMessageService.perform(inbound_message: inbound_message)
end