Class: ActionShortMessage::DeliveryJob
- Inherits:
-
ActiveJob::Base
- Object
- ActiveJob::Base
- ActionShortMessage::DeliveryJob
- Defined in:
- lib/action_short_message/delivery_job.rb
Instance Method Summary collapse
Instance Method Details
#perform(message, message_method, delivery_method, *args) ⇒ Object
:nodoc:
9 10 11 |
# File 'lib/action_short_message/delivery_job.rb', line 9 def perform(, , delivery_method, *args) # :nodoc: .constantize.public_send(, *args).send(delivery_method) end |