Class: HighLevel::Models::PhoneSystem::DetailedPhoneNumberDto
- Inherits:
-
Data
- Object
- Data
- HighLevel::Models::PhoneSystem::DetailedPhoneNumberDto
- Defined in:
- lib/high_level/models/phone_system/detailed_phone_number_dto.rb
Instance Attribute Summary collapse
-
#address_sid ⇒ Object
readonly
Returns the value of attribute address_sid.
-
#bundle_sid ⇒ Object
readonly
Returns the value of attribute bundle_sid.
-
#capabilities ⇒ Object
readonly
Returns the value of attribute capabilities.
-
#country_code ⇒ Object
readonly
Returns the value of attribute country_code.
-
#date_added ⇒ Object
readonly
Returns the value of attribute date_added.
-
#date_updated ⇒ Object
readonly
Returns the value of attribute date_updated.
-
#forwarding_number ⇒ Object
readonly
Returns the value of attribute forwarding_number.
-
#friendly_name ⇒ Object
readonly
Returns the value of attribute friendly_name.
-
#inbound_call_service ⇒ Object
readonly
Returns the value of attribute inbound_call_service.
-
#is_default_number ⇒ Object
readonly
Returns the value of attribute is_default_number.
-
#is_group_conversation_enabled ⇒ Object
readonly
Returns the value of attribute is_group_conversation_enabled.
-
#linked_ring_all_users ⇒ Object
readonly
Returns the value of attribute linked_ring_all_users.
-
#linked_user ⇒ Object
readonly
Returns the value of attribute linked_user.
-
#origin ⇒ Object
readonly
Returns the value of attribute origin.
-
#phone_number ⇒ Object
readonly
Returns the value of attribute phone_number.
-
#sid ⇒ Object
readonly
Returns the value of attribute sid.
-
#type ⇒ Object
readonly
Returns the value of attribute type.
Instance Attribute Details
#address_sid ⇒ Object (readonly)
Returns the value of attribute address_sid
9 10 11 |
# File 'lib/high_level/models/phone_system/detailed_phone_number_dto.rb', line 9 def address_sid @address_sid end |
#bundle_sid ⇒ Object (readonly)
Returns the value of attribute bundle_sid
9 10 11 |
# File 'lib/high_level/models/phone_system/detailed_phone_number_dto.rb', line 9 def bundle_sid @bundle_sid end |
#capabilities ⇒ Object (readonly)
Returns the value of attribute capabilities
9 10 11 |
# File 'lib/high_level/models/phone_system/detailed_phone_number_dto.rb', line 9 def capabilities @capabilities end |
#country_code ⇒ Object (readonly)
Returns the value of attribute country_code
9 10 11 |
# File 'lib/high_level/models/phone_system/detailed_phone_number_dto.rb', line 9 def country_code @country_code end |
#date_added ⇒ Object (readonly)
Returns the value of attribute date_added
9 10 11 |
# File 'lib/high_level/models/phone_system/detailed_phone_number_dto.rb', line 9 def date_added @date_added end |
#date_updated ⇒ Object (readonly)
Returns the value of attribute date_updated
9 10 11 |
# File 'lib/high_level/models/phone_system/detailed_phone_number_dto.rb', line 9 def date_updated @date_updated end |
#forwarding_number ⇒ Object (readonly)
Returns the value of attribute forwarding_number
9 10 11 |
# File 'lib/high_level/models/phone_system/detailed_phone_number_dto.rb', line 9 def forwarding_number @forwarding_number end |
#friendly_name ⇒ Object (readonly)
Returns the value of attribute friendly_name
9 10 11 |
# File 'lib/high_level/models/phone_system/detailed_phone_number_dto.rb', line 9 def friendly_name @friendly_name end |
#inbound_call_service ⇒ Object (readonly)
Returns the value of attribute inbound_call_service
9 10 11 |
# File 'lib/high_level/models/phone_system/detailed_phone_number_dto.rb', line 9 def inbound_call_service @inbound_call_service end |
#is_default_number ⇒ Object (readonly)
Returns the value of attribute is_default_number
9 10 11 |
# File 'lib/high_level/models/phone_system/detailed_phone_number_dto.rb', line 9 def is_default_number @is_default_number end |
#is_group_conversation_enabled ⇒ Object (readonly)
Returns the value of attribute is_group_conversation_enabled
9 10 11 |
# File 'lib/high_level/models/phone_system/detailed_phone_number_dto.rb', line 9 def is_group_conversation_enabled @is_group_conversation_enabled end |
#linked_ring_all_users ⇒ Object (readonly)
Returns the value of attribute linked_ring_all_users
9 10 11 |
# File 'lib/high_level/models/phone_system/detailed_phone_number_dto.rb', line 9 def linked_ring_all_users @linked_ring_all_users end |
#linked_user ⇒ Object (readonly)
Returns the value of attribute linked_user
9 10 11 |
# File 'lib/high_level/models/phone_system/detailed_phone_number_dto.rb', line 9 def linked_user @linked_user end |
#origin ⇒ Object (readonly)
Returns the value of attribute origin
9 10 11 |
# File 'lib/high_level/models/phone_system/detailed_phone_number_dto.rb', line 9 def origin @origin end |
#phone_number ⇒ Object (readonly)
Returns the value of attribute phone_number
9 10 11 |
# File 'lib/high_level/models/phone_system/detailed_phone_number_dto.rb', line 9 def phone_number @phone_number end |
#sid ⇒ Object (readonly)
Returns the value of attribute sid
9 10 11 |
# File 'lib/high_level/models/phone_system/detailed_phone_number_dto.rb', line 9 def sid @sid end |
#type ⇒ Object (readonly)
Returns the value of attribute type
9 10 11 |
# File 'lib/high_level/models/phone_system/detailed_phone_number_dto.rb', line 9 def type @type end |