Class: Telnyx::Models::MobilePhoneNumber
- Inherits:
-
Internal::Type::BaseModel
- Object
- Internal::Type::BaseModel
- Telnyx::Models::MobilePhoneNumber
- Defined in:
- lib/telnyx/models/mobile_phone_number.rb
Overview
Defined Under Namespace
Modules: InboundCallScreening, NoiseSuppression Classes: CallForwarding, CallRecording, CnamListing, Inbound, Outbound
Instance Attribute Summary collapse
- #call_forwarding ⇒ Telnyx::Models::MobilePhoneNumber::CallForwarding?
- #call_recording ⇒ Telnyx::Models::MobilePhoneNumber::CallRecording?
-
#caller_id_name_enabled ⇒ Boolean?
Indicates if caller ID name is enabled.
- #cnam_listing ⇒ Telnyx::Models::MobilePhoneNumber::CnamListing?
-
#connection_id ⇒ String?
The ID of the connection associated with this number.
-
#customer_reference ⇒ String?
A customer reference string.
- #inbound ⇒ Telnyx::Models::MobilePhoneNumber::Inbound?
-
#inbound_call_screening ⇒ Symbol, ...
The inbound call screening setting.
-
#noise_suppression ⇒ Symbol, ...
The noise suppression setting.
- #outbound ⇒ Telnyx::Models::MobilePhoneNumber::Outbound?
-
#tags ⇒ Array<String>?
A list of tags associated with the number.
Class Method Summary collapse
Instance Method Summary collapse
Methods inherited from Internal::Type::BaseModel
==, #==, #[], coerce, #deconstruct_keys, #deep_to_h, dump, fields, hash, #hash, inherited, inspect, #inspect, known_fields, optional, recursively_to_h, required, #to_h, #to_json, #to_s, to_sorbet_type, #to_yaml
Methods included from Internal::Type::Converter
#coerce, coerce, #dump, dump, #inspect, inspect, meta_info, new_coerce_state, type_info
Methods included from Internal::Util::SorbetRuntimeSupport
#const_missing, #define_sorbet_constant!, #sorbet_constant_defined?, #to_sorbet_type, to_sorbet_type
Constructor Details
#initialize(interception_app_id: nil, interception_app_name: nil) ⇒ Object
|
|
# File 'lib/telnyx/models/mobile_phone_number.rb', line 140
|
Instance Attribute Details
#call_forwarding ⇒ Telnyx::Models::MobilePhoneNumber::CallForwarding?
10 |
# File 'lib/telnyx/models/mobile_phone_number.rb', line 10 optional :call_forwarding, -> { Telnyx::MobilePhoneNumber::CallForwarding } |
#call_recording ⇒ Telnyx::Models::MobilePhoneNumber::CallRecording?
15 |
# File 'lib/telnyx/models/mobile_phone_number.rb', line 15 optional :call_recording, -> { Telnyx::MobilePhoneNumber::CallRecording } |
#caller_id_name_enabled ⇒ Boolean?
Indicates if caller ID name is enabled.
21 |
# File 'lib/telnyx/models/mobile_phone_number.rb', line 21 optional :caller_id_name_enabled, Telnyx::Internal::Type::Boolean |
#cnam_listing ⇒ Telnyx::Models::MobilePhoneNumber::CnamListing?
26 |
# File 'lib/telnyx/models/mobile_phone_number.rb', line 26 optional :cnam_listing, -> { Telnyx::MobilePhoneNumber::CnamListing } |
#connection_id ⇒ String?
The ID of the connection associated with this number.
32 |
# File 'lib/telnyx/models/mobile_phone_number.rb', line 32 optional :connection_id, String, nil?: true |
#customer_reference ⇒ String?
A customer reference string.
38 |
# File 'lib/telnyx/models/mobile_phone_number.rb', line 38 optional :customer_reference, String, nil?: true |
#inbound ⇒ Telnyx::Models::MobilePhoneNumber::Inbound?
43 |
# File 'lib/telnyx/models/mobile_phone_number.rb', line 43 optional :inbound, -> { Telnyx::MobilePhoneNumber::Inbound } |
#inbound_call_screening ⇒ Symbol, ...
The inbound call screening setting.
49 50 51 52 53 |
# File 'lib/telnyx/models/mobile_phone_number.rb', line 49 optional :inbound_call_screening, enum: -> { Telnyx::MobilePhoneNumber::InboundCallScreening }, nil?: true |
#noise_suppression ⇒ Symbol, ...
The noise suppression setting.
59 |
# File 'lib/telnyx/models/mobile_phone_number.rb', line 59 optional :noise_suppression, enum: -> { Telnyx::MobilePhoneNumber::NoiseSuppression } |
#outbound ⇒ Telnyx::Models::MobilePhoneNumber::Outbound?
64 |
# File 'lib/telnyx/models/mobile_phone_number.rb', line 64 optional :outbound, -> { Telnyx::MobilePhoneNumber::Outbound } |
Class Method Details
.values ⇒ Array<Symbol>
|
|
# File 'lib/telnyx/models/mobile_phone_number.rb', line 216
|