Class: Telnyx::Resources::Enterprises::Dir::PhoneNumbers
- Inherits:
-
Object
- Object
- Telnyx::Resources::Enterprises::Dir::PhoneNumbers
- Defined in:
- lib/telnyx/resources/enterprises/dir/phone_numbers.rb
Instance Method Summary collapse
-
#initialize(client:) ⇒ PhoneNumbers
constructor
private
A new instance of PhoneNumbers.
Constructor Details
#initialize(client:) ⇒ PhoneNumbers
This method is part of a private API. You should avoid using this method if possible, as it may be removed or be changed in the future.
Returns a new instance of PhoneNumbers.
11 12 13 |
# File 'lib/telnyx/resources/enterprises/dir/phone_numbers.rb', line 11 def initialize(client:) @client = client end |