Class: HighLevel::Models::Locations::GetLocationSchema

Inherits:
Data
  • Object
show all
Defined in:
lib/high_level/models/locations/get_location_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/get_location_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/get_location_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/get_location_schema.rb', line 9

def country
  @country
end

#emailObject (readonly)

Returns the value of attribute email

Returns:

  • (Object)

    the current value of email



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

def email
  @email
end

#idObject (readonly)

Returns the value of attribute id

Returns:

  • (Object)

    the current value of id



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

def id
  @id
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/get_location_schema.rb', line 9

def name
  @name
end

#phoneObject (readonly)

Returns the value of attribute phone

Returns:

  • (Object)

    the current value of phone



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

def phone
  @phone
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/get_location_schema.rb', line 9

def postal_code
  @postal_code
end

#settingsObject (readonly)

Returns the value of attribute settings

Returns:

  • (Object)

    the current value of settings



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

def settings
  @settings
end

#socialObject (readonly)

Returns the value of attribute social

Returns:

  • (Object)

    the current value of social



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

def social
  @social
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/get_location_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/get_location_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/get_location_schema.rb', line 9

def website
  @website
end