Class: HighLevel::Models::PhoneSystem::TwilioAccountResponseDto
- Inherits:
-
Data
- Object
- Data
- HighLevel::Models::PhoneSystem::TwilioAccountResponseDto
- Defined in:
- lib/high_level/models/phone_system/twilio_account_response_dto.rb
Instance Attribute Summary collapse
-
#account_sid ⇒ Object
readonly
Returns the value of attribute account_sid.
-
#assigned_to_numbers ⇒ Object
readonly
Returns the value of attribute assigned_to_numbers.
-
#id ⇒ Object
readonly
Returns the value of attribute id.
-
#location_id ⇒ Object
readonly
Returns the value of attribute location_id.
-
#migration_numbers ⇒ Object
readonly
Returns the value of attribute migration_numbers.
-
#migration_status ⇒ Object
readonly
Returns the value of attribute migration_status.
-
#new_account_sid ⇒ Object
readonly
Returns the value of attribute new_account_sid.
-
#number_name ⇒ Object
readonly
Returns the value of attribute number_name.
-
#numbers ⇒ Object
readonly
Returns the value of attribute numbers.
-
#under_ghl_account ⇒ Object
readonly
Returns the value of attribute under_ghl_account.
-
#validate_sms ⇒ Object
readonly
Returns the value of attribute validate_sms.
Instance Attribute Details
#account_sid ⇒ Object (readonly)
Returns the value of attribute account_sid
9 10 11 |
# File 'lib/high_level/models/phone_system/twilio_account_response_dto.rb', line 9 def account_sid @account_sid end |
#assigned_to_numbers ⇒ Object (readonly)
Returns the value of attribute assigned_to_numbers
9 10 11 |
# File 'lib/high_level/models/phone_system/twilio_account_response_dto.rb', line 9 def assigned_to_numbers @assigned_to_numbers end |
#id ⇒ Object (readonly)
Returns the value of attribute id
9 10 11 |
# File 'lib/high_level/models/phone_system/twilio_account_response_dto.rb', line 9 def id @id end |
#location_id ⇒ Object (readonly)
Returns the value of attribute location_id
9 10 11 |
# File 'lib/high_level/models/phone_system/twilio_account_response_dto.rb', line 9 def location_id @location_id end |
#migration_numbers ⇒ Object (readonly)
Returns the value of attribute migration_numbers
9 10 11 |
# File 'lib/high_level/models/phone_system/twilio_account_response_dto.rb', line 9 def migration_numbers @migration_numbers end |
#migration_status ⇒ Object (readonly)
Returns the value of attribute migration_status
9 10 11 |
# File 'lib/high_level/models/phone_system/twilio_account_response_dto.rb', line 9 def migration_status @migration_status end |
#new_account_sid ⇒ Object (readonly)
Returns the value of attribute new_account_sid
9 10 11 |
# File 'lib/high_level/models/phone_system/twilio_account_response_dto.rb', line 9 def new_account_sid @new_account_sid end |
#number_name ⇒ Object (readonly)
Returns the value of attribute number_name
9 10 11 |
# File 'lib/high_level/models/phone_system/twilio_account_response_dto.rb', line 9 def number_name @number_name end |
#numbers ⇒ Object (readonly)
Returns the value of attribute numbers
9 10 11 |
# File 'lib/high_level/models/phone_system/twilio_account_response_dto.rb', line 9 def numbers @numbers end |
#under_ghl_account ⇒ Object (readonly)
Returns the value of attribute under_ghl_account
9 10 11 |
# File 'lib/high_level/models/phone_system/twilio_account_response_dto.rb', line 9 def under_ghl_account @under_ghl_account end |
#validate_sms ⇒ Object (readonly)
Returns the value of attribute validate_sms
9 10 11 |
# File 'lib/high_level/models/phone_system/twilio_account_response_dto.rb', line 9 def validate_sms @validate_sms end |