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
31 32 33 |
# File 'app/services/dscf/core/notification_service.rb', line 31 def send_sms(_phone, ) {success: true, message_id: "stub-#{SecureRandom.hex(6)}"} end |