Class: SmsBroker::Client::Response::NexmoVoiceSuccess

Inherits:
VoiceSuccess
  • Object
show all
Defined in:
lib/sms_broker/client/response/nexmo_voice_success.rb

Instance Attribute Summary

Attributes inherited from VoiceSuccess

#raw, #serialized, #service

Instance Method Summary collapse

Methods inherited from VoiceSuccess

#call_id, #success?, #to

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