Class: SmsBroker::Client::Response::NexmoVoiceSuccess
- Inherits:
-
VoiceSuccess
- Object
- VoiceSuccess
- SmsBroker::Client::Response::NexmoVoiceSuccess
- Defined in:
- lib/sms_broker/client/response/nexmo_voice_success.rb
Instance Attribute Summary
Attributes inherited from VoiceSuccess
Instance Method Summary collapse
-
#initialize(nexmo_response) ⇒ NexmoVoiceSuccess
constructor
A new instance of NexmoVoiceSuccess.
Methods inherited from VoiceSuccess
Constructor Details
#initialize(nexmo_response) ⇒ NexmoVoiceSuccess
Returns a new instance of NexmoVoiceSuccess.
5 6 7 |
# File 'lib/sms_broker/client/response/nexmo_voice_success.rb', line 5 def initialize(nexmo_response) super :nexmo, nexmo_response, serialize(nexmo_response) end |