Class: HighLevel::Models::Locations::BusinessSchema

Inherits:
Data
  • Object
show all
Defined in:
lib/high_level/models/locations/business_schema.rb

Instance Attribute Summary collapse

Instance Attribute Details

#addressObject (readonly)

Returns the value of attribute address

Returns:

  • (Object)

    the current value of address



9
10
11
# File 'lib/high_level/models/locations/business_schema.rb', line 9

def address
  @address
end

#cityObject (readonly)

Returns the value of attribute city

Returns:

  • (Object)

    the current value of city



9
10
11
# File 'lib/high_level/models/locations/business_schema.rb', line 9

def city
  @city
end

#countryObject (readonly)

Returns the value of attribute country

Returns:

  • (Object)

    the current value of country



9
10
11
# File 'lib/high_level/models/locations/business_schema.rb', line 9

def country
  @country
end

#logo_urlObject (readonly)

Returns the value of attribute logo_url

Returns:

  • (Object)

    the current value of logo_url



9
10
11
# File 'lib/high_level/models/locations/business_schema.rb', line 9

def logo_url
  @logo_url
end

#nameObject (readonly)

Returns the value of attribute name

Returns:

  • (Object)

    the current value of name



9
10
11
# File 'lib/high_level/models/locations/business_schema.rb', line 9

def name
  @name
end

#postal_codeObject (readonly)

Returns the value of attribute postal_code

Returns:

  • (Object)

    the current value of postal_code



9
10
11
# File 'lib/high_level/models/locations/business_schema.rb', line 9

def postal_code
  @postal_code
end

#stateObject (readonly)

Returns the value of attribute state

Returns:

  • (Object)

    the current value of state



9
10
11
# File 'lib/high_level/models/locations/business_schema.rb', line 9

def state
  @state
end

#timezoneObject (readonly)

Returns the value of attribute timezone

Returns:

  • (Object)

    the current value of timezone



9
10
11
# File 'lib/high_level/models/locations/business_schema.rb', line 9

def timezone
  @timezone
end

#websiteObject (readonly)

Returns the value of attribute website

Returns:

  • (Object)

    the current value of website



9
10
11
# File 'lib/high_level/models/locations/business_schema.rb', line 9

def website
  @website
end