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