Class: HighLevel::Models::Locations::CreateLocationDto
- Inherits:
-
Data
- Object
- Data
- HighLevel::Models::Locations::CreateLocationDto
- Defined in:
- lib/high_level/models/locations/create_location_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.
-
#mailgun ⇒ Object
readonly
Returns the value of attribute mailgun.
-
#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.
-
#prospect_info ⇒ Object
readonly
Returns the value of attribute prospect_info.
-
#settings ⇒ Object
readonly
Returns the value of attribute settings.
-
#snapshot_id ⇒ Object
readonly
Returns the value of attribute snapshot_id.
-
#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.
-
#twilio ⇒ Object
readonly
Returns the value of attribute twilio.
-
#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_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_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_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_dto.rb', line 9 def country @country end |
#mailgun ⇒ Object (readonly)
Returns the value of attribute mailgun
9 10 11 |
# File 'lib/high_level/models/locations/create_location_dto.rb', line 9 def mailgun @mailgun end |
#name ⇒ Object (readonly)
Returns the value of attribute name
9 10 11 |
# File 'lib/high_level/models/locations/create_location_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_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_dto.rb', line 9 def postal_code @postal_code end |
#prospect_info ⇒ Object (readonly)
Returns the value of attribute prospect_info
9 10 11 |
# File 'lib/high_level/models/locations/create_location_dto.rb', line 9 def prospect_info @prospect_info end |
#settings ⇒ Object (readonly)
Returns the value of attribute settings
9 10 11 |
# File 'lib/high_level/models/locations/create_location_dto.rb', line 9 def settings @settings end |
#snapshot_id ⇒ Object (readonly)
Returns the value of attribute snapshot_id
9 10 11 |
# File 'lib/high_level/models/locations/create_location_dto.rb', line 9 def snapshot_id @snapshot_id end |
#social ⇒ Object (readonly)
Returns the value of attribute social
9 10 11 |
# File 'lib/high_level/models/locations/create_location_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_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_dto.rb', line 9 def timezone @timezone end |
#twilio ⇒ Object (readonly)
Returns the value of attribute twilio
9 10 11 |
# File 'lib/high_level/models/locations/create_location_dto.rb', line 9 def twilio @twilio end |
#website ⇒ Object (readonly)
Returns the value of attribute website
9 10 11 |
# File 'lib/high_level/models/locations/create_location_dto.rb', line 9 def website @website end |