Class: Retell::SDK::Unofficial::VoiceList
- Defined in:
- lib/retell/sdk/unofficial/voice_list.rb
Instance Attribute Summary
Attributes inherited from BaseList
Instance Method Summary collapse
-
#initialize(raw_response) ⇒ VoiceList
constructor
A new instance of VoiceList.
Methods inherited from BaseList
#[], #each, #empty?, #first, #last, #length, #to_a
Constructor Details
#initialize(raw_response) ⇒ VoiceList
Returns a new instance of VoiceList.
5 6 7 |
# File 'lib/retell/sdk/unofficial/voice_list.rb', line 5 def initialize(raw_response) super(:voices, raw_response) end |