Class: HighLevel::Models::PhoneSystem::NumberPoolDto
- Inherits:
-
Data
- Object
- Data
- HighLevel::Models::PhoneSystem::NumberPoolDto
- Defined in:
- lib/high_level/models/phone_system/number_pool_dto.rb
Instance Attribute Summary collapse
-
#call_recording ⇒ Object
readonly
Returns the value of attribute call_recording.
-
#forwarding_number ⇒ Object
readonly
Returns the value of attribute forwarding_number.
-
#id ⇒ Object
readonly
Returns the value of attribute id.
-
#inbound_call_service ⇒ Object
readonly
Returns the value of attribute inbound_call_service.
-
#is_active ⇒ Object
readonly
Returns the value of attribute is_active.
-
#location_id ⇒ Object
readonly
Returns the value of attribute location_id.
-
#name ⇒ Object
readonly
Returns the value of attribute name.
-
#numbers ⇒ Object
readonly
Returns the value of attribute numbers.
-
#whisper ⇒ Object
readonly
Returns the value of attribute whisper.
-
#whisper_message ⇒ Object
readonly
Returns the value of attribute whisper_message.
Instance Attribute Details
#call_recording ⇒ Object (readonly)
Returns the value of attribute call_recording
9 10 11 |
# File 'lib/high_level/models/phone_system/number_pool_dto.rb', line 9 def call_recording @call_recording end |
#forwarding_number ⇒ Object (readonly)
Returns the value of attribute forwarding_number
9 10 11 |
# File 'lib/high_level/models/phone_system/number_pool_dto.rb', line 9 def forwarding_number @forwarding_number end |
#id ⇒ Object (readonly)
Returns the value of attribute id
9 10 11 |
# File 'lib/high_level/models/phone_system/number_pool_dto.rb', line 9 def id @id end |
#inbound_call_service ⇒ Object (readonly)
Returns the value of attribute inbound_call_service
9 10 11 |
# File 'lib/high_level/models/phone_system/number_pool_dto.rb', line 9 def inbound_call_service @inbound_call_service end |
#is_active ⇒ Object (readonly)
Returns the value of attribute is_active
9 10 11 |
# File 'lib/high_level/models/phone_system/number_pool_dto.rb', line 9 def is_active @is_active end |
#location_id ⇒ Object (readonly)
Returns the value of attribute location_id
9 10 11 |
# File 'lib/high_level/models/phone_system/number_pool_dto.rb', line 9 def location_id @location_id end |
#name ⇒ Object (readonly)
Returns the value of attribute name
9 10 11 |
# File 'lib/high_level/models/phone_system/number_pool_dto.rb', line 9 def name @name end |
#numbers ⇒ Object (readonly)
Returns the value of attribute numbers
9 10 11 |
# File 'lib/high_level/models/phone_system/number_pool_dto.rb', line 9 def numbers @numbers end |
#whisper ⇒ Object (readonly)
Returns the value of attribute whisper
9 10 11 |
# File 'lib/high_level/models/phone_system/number_pool_dto.rb', line 9 def whisper @whisper end |
#whisper_message ⇒ Object (readonly)
Returns the value of attribute whisper_message
9 10 11 |
# File 'lib/high_level/models/phone_system/number_pool_dto.rb', line 9 def @whisper_message end |