Method: BMC::SMS::DeliverJob#perform

Defined in:
app/sms/bmc/sms/deliver_job.rb

#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