Class: HighLevel::Models::AdManager::GoogleGeoLocationDTO

Inherits:
Data
  • Object
show all
Defined in:
lib/high_level/models/ad_manager/google_geo_location_dto.rb

Instance Attribute Summary collapse

Instance Attribute Details

#address_componentsObject (readonly)

Returns the value of attribute address_components

Returns:

  • (Object)

    the current value of address_components



9
10
11
# File 'lib/high_level/models/ad_manager/google_geo_location_dto.rb', line 9

def address_components
  @address_components
end

#country_nameObject (readonly)

Returns the value of attribute country_name

Returns:

  • (Object)

    the current value of country_name



9
10
11
# File 'lib/high_level/models/ad_manager/google_geo_location_dto.rb', line 9

def country_name
  @country_name
end

#formatted_addressObject (readonly)

Returns the value of attribute formatted_address

Returns:

  • (Object)

    the current value of formatted_address



9
10
11
# File 'lib/high_level/models/ad_manager/google_geo_location_dto.rb', line 9

def formatted_address
  @formatted_address
end

#geometryObject (readonly)

Returns the value of attribute geometry

Returns:

  • (Object)

    the current value of geometry



9
10
11
# File 'lib/high_level/models/ad_manager/google_geo_location_dto.rb', line 9

def geometry
  @geometry
end

#idObject (readonly)

Returns the value of attribute id

Returns:

  • (Object)

    the current value of id



9
10
11
# File 'lib/high_level/models/ad_manager/google_geo_location_dto.rb', line 9

def id
  @id
end

#keyObject (readonly)

Returns the value of attribute key

Returns:

  • (Object)

    the current value of key



9
10
11
# File 'lib/high_level/models/ad_manager/google_geo_location_dto.rb', line 9

def key
  @key
end

#nameObject (readonly)

Returns the value of attribute name

Returns:

  • (Object)

    the current value of name



9
10
11
# File 'lib/high_level/models/ad_manager/google_geo_location_dto.rb', line 9

def name
  @name
end

#place_idObject (readonly)

Returns the value of attribute place_id

Returns:

  • (Object)

    the current value of place_id



9
10
11
# File 'lib/high_level/models/ad_manager/google_geo_location_dto.rb', line 9

def place_id
  @place_id
end

#radiusObject (readonly)

Returns the value of attribute radius

Returns:

  • (Object)

    the current value of radius



9
10
11
# File 'lib/high_level/models/ad_manager/google_geo_location_dto.rb', line 9

def radius
  @radius
end

#radius_unitObject (readonly)

Returns the value of attribute radius_unit

Returns:

  • (Object)

    the current value of radius_unit



9
10
11
# File 'lib/high_level/models/ad_manager/google_geo_location_dto.rb', line 9

def radius_unit
  @radius_unit
end

#resource_nameObject (readonly)

Returns the value of attribute resource_name

Returns:

  • (Object)

    the current value of resource_name



9
10
11
# File 'lib/high_level/models/ad_manager/google_geo_location_dto.rb', line 9

def resource_name
  @resource_name
end

#selection_typeObject (readonly)

Returns the value of attribute selection_type

Returns:

  • (Object)

    the current value of selection_type



9
10
11
# File 'lib/high_level/models/ad_manager/google_geo_location_dto.rb', line 9

def selection_type
  @selection_type
end

#typeObject (readonly)

Returns the value of attribute type

Returns:

  • (Object)

    the current value of type



9
10
11
# File 'lib/high_level/models/ad_manager/google_geo_location_dto.rb', line 9

def type
  @type
end