Class: HighLevel::Models::Locations::CreateLocationSuccessfulResponseDto
- Inherits:
-
Data
- Object
- Data
- HighLevel::Models::Locations::CreateLocationSuccessfulResponseDto
- Defined in:
- lib/high_level/models/locations/create_location_successful_response_dto.rb
Instance Attribute Summary collapse
-
#address ⇒ Object
readonly
Returns the value of attribute address.
-
#city ⇒ Object
readonly
Returns the value of attribute city.
-
#company_id ⇒ Object
readonly
Returns the value of attribute company_id.
-
#country ⇒ Object
readonly
Returns the value of attribute country.
-
#domain ⇒ Object
readonly
Returns the value of attribute domain.
-
#email ⇒ Object
readonly
Returns the value of attribute email.
-
#id ⇒ Object
readonly
Returns the value of attribute id.
-
#name ⇒ Object
readonly
Returns the value of attribute name.
-
#phone ⇒ Object
readonly
Returns the value of attribute phone.
-
#postal_code ⇒ Object
readonly
Returns the value of attribute postal_code.
-
#settings ⇒ Object
readonly
Returns the value of attribute settings.
-
#social ⇒ Object
readonly
Returns the value of attribute social.
-
#state ⇒ Object
readonly
Returns the value of attribute state.
-
#timezone ⇒ Object
readonly
Returns the value of attribute timezone.
-
#website ⇒ Object
readonly
Returns the value of attribute website.
Instance Attribute Details
#address ⇒ Object (readonly)
Returns the value of attribute address
9 10 11 |
# File 'lib/high_level/models/locations/create_location_successful_response_dto.rb', line 9 def address @address end |
#city ⇒ Object (readonly)
Returns the value of attribute city
9 10 11 |
# File 'lib/high_level/models/locations/create_location_successful_response_dto.rb', line 9 def city @city end |
#company_id ⇒ Object (readonly)
Returns the value of attribute company_id
9 10 11 |
# File 'lib/high_level/models/locations/create_location_successful_response_dto.rb', line 9 def company_id @company_id end |
#country ⇒ Object (readonly)
Returns the value of attribute country
9 10 11 |
# File 'lib/high_level/models/locations/create_location_successful_response_dto.rb', line 9 def country @country end |
#domain ⇒ Object (readonly)
Returns the value of attribute domain
9 10 11 |
# File 'lib/high_level/models/locations/create_location_successful_response_dto.rb', line 9 def domain @domain end |
#email ⇒ Object (readonly)
Returns the value of attribute email
9 10 11 |
# File 'lib/high_level/models/locations/create_location_successful_response_dto.rb', line 9 def email @email end |
#id ⇒ Object (readonly)
Returns the value of attribute id
9 10 11 |
# File 'lib/high_level/models/locations/create_location_successful_response_dto.rb', line 9 def id @id end |
#name ⇒ Object (readonly)
Returns the value of attribute name
9 10 11 |
# File 'lib/high_level/models/locations/create_location_successful_response_dto.rb', line 9 def name @name end |
#phone ⇒ Object (readonly)
Returns the value of attribute phone
9 10 11 |
# File 'lib/high_level/models/locations/create_location_successful_response_dto.rb', line 9 def phone @phone end |
#postal_code ⇒ Object (readonly)
Returns the value of attribute postal_code
9 10 11 |
# File 'lib/high_level/models/locations/create_location_successful_response_dto.rb', line 9 def postal_code @postal_code end |
#settings ⇒ Object (readonly)
Returns the value of attribute settings
9 10 11 |
# File 'lib/high_level/models/locations/create_location_successful_response_dto.rb', line 9 def settings @settings end |
#social ⇒ Object (readonly)
Returns the value of attribute social
9 10 11 |
# File 'lib/high_level/models/locations/create_location_successful_response_dto.rb', line 9 def @social end |
#state ⇒ Object (readonly)
Returns the value of attribute state
9 10 11 |
# File 'lib/high_level/models/locations/create_location_successful_response_dto.rb', line 9 def state @state end |
#timezone ⇒ Object (readonly)
Returns the value of attribute timezone
9 10 11 |
# File 'lib/high_level/models/locations/create_location_successful_response_dto.rb', line 9 def timezone @timezone end |
#website ⇒ Object (readonly)
Returns the value of attribute website
9 10 11 |
# File 'lib/high_level/models/locations/create_location_successful_response_dto.rb', line 9 def website @website end |