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