Class: HighLevel::Models::Locations::UpdateLocationDto

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

def city
  @city
end

#company_idObject (readonly)

Returns the value of attribute company_id

Returns:

  • (Object)

    the current value of company_id



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

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

def country
  @country
end

#mailgunObject (readonly)

Returns the value of attribute mailgun

Returns:

  • (Object)

    the current value of mailgun



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

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

def postal_code
  @postal_code
end

#prospect_infoObject (readonly)

Returns the value of attribute prospect_info

Returns:

  • (Object)

    the current value of prospect_info



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

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

def settings
  @settings
end

#snapshotObject (readonly)

Returns the value of attribute snapshot

Returns:

  • (Object)

    the current value of snapshot



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

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

def timezone
  @timezone
end

#twilioObject (readonly)

Returns the value of attribute twilio

Returns:

  • (Object)

    the current value of twilio



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

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

def website
  @website
end