Class: BMC::SMS::DeliverJob

Inherits:
ApplicationJob show all
Defined in:
app/sms/bmc/sms/deliver_job.rb

Instance Method Summary collapse

Instance Method Details

#perform(data) ⇒ Object



2
3
4
# File 'app/sms/bmc/sms/deliver_job.rb', line 2

def perform(data)
  BMC::SMS.strategy.call(data)
end