Class: Dscf::Core::NotificationService::Adapters::SmsStub

Inherits:
Object
  • Object
show all
Defined in:
app/services/dscf/core/notification_service.rb

Class Method Summary collapse

Class Method Details

.send_sms(_phone, _message) ⇒ Object



26
27
28
# File 'app/services/dscf/core/notification_service.rb', line 26

def send_sms(_phone, _message)
  {success: true, message_id: "stub-#{SecureRandom.hex(6)}"}
end