Class: HighLevel::Models::PhoneSystem::AvailablePhoneNumberDto
- Inherits:
-
Data
- Object
- Data
- HighLevel::Models::PhoneSystem::AvailablePhoneNumberDto
- Defined in:
- lib/high_level/models/phone_system/available_phone_number_dto.rb
Instance Attribute Summary collapse
-
#address_requirements ⇒ Object
readonly
Returns the value of attribute address_requirements.
-
#beta ⇒ Object
readonly
Returns the value of attribute beta.
-
#capabilities ⇒ Object
readonly
Returns the value of attribute capabilities.
-
#friendly_name ⇒ Object
readonly
Returns the value of attribute friendly_name.
-
#iso_country ⇒ Object
readonly
Returns the value of attribute iso_country.
-
#lata ⇒ Object
readonly
Returns the value of attribute lata.
-
#latitude ⇒ Object
readonly
Returns the value of attribute latitude.
-
#locality ⇒ Object
readonly
Returns the value of attribute locality.
-
#longitude ⇒ Object
readonly
Returns the value of attribute longitude.
-
#phone_number ⇒ Object
readonly
Returns the value of attribute phone_number.
-
#postal_code ⇒ Object
readonly
Returns the value of attribute postal_code.
-
#price ⇒ Object
readonly
Returns the value of attribute price.
-
#rate_center ⇒ Object
readonly
Returns the value of attribute rate_center.
-
#region ⇒ Object
readonly
Returns the value of attribute region.
Instance Attribute Details
#address_requirements ⇒ Object (readonly)
Returns the value of attribute address_requirements
9 10 11 |
# File 'lib/high_level/models/phone_system/available_phone_number_dto.rb', line 9 def address_requirements @address_requirements end |
#beta ⇒ Object (readonly)
Returns the value of attribute beta
9 10 11 |
# File 'lib/high_level/models/phone_system/available_phone_number_dto.rb', line 9 def beta @beta end |
#capabilities ⇒ Object (readonly)
Returns the value of attribute capabilities
9 10 11 |
# File 'lib/high_level/models/phone_system/available_phone_number_dto.rb', line 9 def capabilities @capabilities end |
#friendly_name ⇒ Object (readonly)
Returns the value of attribute friendly_name
9 10 11 |
# File 'lib/high_level/models/phone_system/available_phone_number_dto.rb', line 9 def friendly_name @friendly_name end |
#iso_country ⇒ Object (readonly)
Returns the value of attribute iso_country
9 10 11 |
# File 'lib/high_level/models/phone_system/available_phone_number_dto.rb', line 9 def iso_country @iso_country end |
#lata ⇒ Object (readonly)
Returns the value of attribute lata
9 10 11 |
# File 'lib/high_level/models/phone_system/available_phone_number_dto.rb', line 9 def lata @lata end |
#latitude ⇒ Object (readonly)
Returns the value of attribute latitude
9 10 11 |
# File 'lib/high_level/models/phone_system/available_phone_number_dto.rb', line 9 def latitude @latitude end |
#locality ⇒ Object (readonly)
Returns the value of attribute locality
9 10 11 |
# File 'lib/high_level/models/phone_system/available_phone_number_dto.rb', line 9 def locality @locality end |
#longitude ⇒ Object (readonly)
Returns the value of attribute longitude
9 10 11 |
# File 'lib/high_level/models/phone_system/available_phone_number_dto.rb', line 9 def longitude @longitude end |
#phone_number ⇒ Object (readonly)
Returns the value of attribute phone_number
9 10 11 |
# File 'lib/high_level/models/phone_system/available_phone_number_dto.rb', line 9 def phone_number @phone_number end |
#postal_code ⇒ Object (readonly)
Returns the value of attribute postal_code
9 10 11 |
# File 'lib/high_level/models/phone_system/available_phone_number_dto.rb', line 9 def postal_code @postal_code end |
#price ⇒ Object (readonly)
Returns the value of attribute price
9 10 11 |
# File 'lib/high_level/models/phone_system/available_phone_number_dto.rb', line 9 def price @price end |
#rate_center ⇒ Object (readonly)
Returns the value of attribute rate_center
9 10 11 |
# File 'lib/high_level/models/phone_system/available_phone_number_dto.rb', line 9 def rate_center @rate_center end |
#region ⇒ Object (readonly)
Returns the value of attribute region
9 10 11 |
# File 'lib/high_level/models/phone_system/available_phone_number_dto.rb', line 9 def region @region end |