Class: HighLevel::Models::AdManager::GoogleGeoLocationDTO
- Inherits:
-
Data
- Object
- Data
- HighLevel::Models::AdManager::GoogleGeoLocationDTO
- Defined in:
- lib/high_level/models/ad_manager/google_geo_location_dto.rb
Instance Attribute Summary collapse
-
#address_components ⇒ Object
readonly
Returns the value of attribute address_components.
-
#country_name ⇒ Object
readonly
Returns the value of attribute country_name.
-
#formatted_address ⇒ Object
readonly
Returns the value of attribute formatted_address.
-
#geometry ⇒ Object
readonly
Returns the value of attribute geometry.
-
#id ⇒ Object
readonly
Returns the value of attribute id.
-
#key ⇒ Object
readonly
Returns the value of attribute key.
-
#name ⇒ Object
readonly
Returns the value of attribute name.
-
#place_id ⇒ Object
readonly
Returns the value of attribute place_id.
-
#radius ⇒ Object
readonly
Returns the value of attribute radius.
-
#radius_unit ⇒ Object
readonly
Returns the value of attribute radius_unit.
-
#resource_name ⇒ Object
readonly
Returns the value of attribute resource_name.
-
#selection_type ⇒ Object
readonly
Returns the value of attribute selection_type.
-
#type ⇒ Object
readonly
Returns the value of attribute type.
Instance Attribute Details
#address_components ⇒ Object (readonly)
Returns the value of attribute 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_name ⇒ Object (readonly)
Returns the value of attribute 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_address ⇒ Object (readonly)
Returns the value of attribute 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 |
#geometry ⇒ Object (readonly)
Returns the value of attribute geometry
9 10 11 |
# File 'lib/high_level/models/ad_manager/google_geo_location_dto.rb', line 9 def geometry @geometry end |
#id ⇒ Object (readonly)
Returns the value of attribute id
9 10 11 |
# File 'lib/high_level/models/ad_manager/google_geo_location_dto.rb', line 9 def id @id end |
#key ⇒ Object (readonly)
Returns the value of attribute key
9 10 11 |
# File 'lib/high_level/models/ad_manager/google_geo_location_dto.rb', line 9 def key @key end |
#name ⇒ Object (readonly)
Returns the value of attribute name
9 10 11 |
# File 'lib/high_level/models/ad_manager/google_geo_location_dto.rb', line 9 def name @name end |
#place_id ⇒ Object (readonly)
Returns the value of attribute 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 |
#radius ⇒ Object (readonly)
Returns the value of attribute radius
9 10 11 |
# File 'lib/high_level/models/ad_manager/google_geo_location_dto.rb', line 9 def radius @radius end |
#radius_unit ⇒ Object (readonly)
Returns the value of attribute 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_name ⇒ Object (readonly)
Returns the value of attribute 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_type ⇒ Object (readonly)
Returns the value of attribute 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 |
#type ⇒ Object (readonly)
Returns the value of attribute type
9 10 11 |
# File 'lib/high_level/models/ad_manager/google_geo_location_dto.rb', line 9 def type @type end |