Class: Dscf::Core::NotificationService::Adapters::SmsStub
- Inherits:
-
Object
- Object
- Dscf::Core::NotificationService::Adapters::SmsStub
- 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, ) {success: true, message_id: "stub-#{SecureRandom.hex(6)}"} end |