Class: HighLevel::Models::Locations::BusinessSchema
- Inherits:
-
Data
- Object
- Data
- HighLevel::Models::Locations::BusinessSchema
- Defined in:
- lib/high_level/models/locations/business_schema.rb
Instance Attribute Summary collapse
-
#address ⇒ Object
readonly
Returns the value of attribute address.
-
#city ⇒ Object
readonly
Returns the value of attribute city.
-
#country ⇒ Object
readonly
Returns the value of attribute country.
-
#logo_url ⇒ Object
readonly
Returns the value of attribute logo_url.
-
#name ⇒ Object
readonly
Returns the value of attribute name.
-
#postal_code ⇒ Object
readonly
Returns the value of attribute postal_code.
-
#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/business_schema.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/business_schema.rb', line 9 def city @city end |
#country ⇒ Object (readonly)
Returns the value of attribute country
9 10 11 |
# File 'lib/high_level/models/locations/business_schema.rb', line 9 def country @country end |
#logo_url ⇒ Object (readonly)
Returns the value of attribute logo_url
9 10 11 |
# File 'lib/high_level/models/locations/business_schema.rb', line 9 def logo_url @logo_url end |
#name ⇒ Object (readonly)
Returns the value of attribute name
9 10 11 |
# File 'lib/high_level/models/locations/business_schema.rb', line 9 def name @name end |
#postal_code ⇒ Object (readonly)
Returns the value of attribute postal_code
9 10 11 |
# File 'lib/high_level/models/locations/business_schema.rb', line 9 def postal_code @postal_code end |
#state ⇒ Object (readonly)
Returns the value of attribute state
9 10 11 |
# File 'lib/high_level/models/locations/business_schema.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/business_schema.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/business_schema.rb', line 9 def website @website end |