Class: BMC::SMS::DeliverJob
- Inherits:
-
ApplicationJob
- Object
- ApplicationJob
- BMC::SMS::DeliverJob
- Defined in:
- app/sms/bmc/sms/deliver_job.rb
Instance Method Summary collapse
Instance Method Details
permalink #perform(data) ⇒ Object
[View source]
2 3 4 |
# File 'app/sms/bmc/sms/deliver_job.rb', line 2 def perform(data) BMC::SMS.strategy.call(data) end |