Class: Nuntius::DeliverInboundMessageJob
- Inherits:
-
ApplicationJob
- Object
- ActiveJob::Base
- ApplicationJob
- Nuntius::DeliverInboundMessageJob
- 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() Nuntius::DeliverInboundMessageService.perform(inbound_message: ) end |