Class: HighLevel::Models::AdManager::GeoLocationDTO
- Inherits:
-
Data
- Object
- Data
- HighLevel::Models::AdManager::GeoLocationDTO
- Defined in:
- lib/high_level/models/ad_manager/geo_location_dto.rb
Instance Attribute Summary collapse
-
#facet_urn ⇒ Object
readonly
Returns the value of attribute facet_urn.
-
#name ⇒ Object
readonly
Returns the value of attribute name.
-
#selection_type ⇒ Object
readonly
Returns the value of attribute selection_type.
-
#urn ⇒ Object
readonly
Returns the value of attribute urn.
Instance Attribute Details
#facet_urn ⇒ Object (readonly)
Returns the value of attribute facet_urn
9 10 11 |
# File 'lib/high_level/models/ad_manager/geo_location_dto.rb', line 9 def facet_urn @facet_urn end |
#name ⇒ Object (readonly)
Returns the value of attribute name
9 10 11 |
# File 'lib/high_level/models/ad_manager/geo_location_dto.rb', line 9 def name @name end |
#selection_type ⇒ Object (readonly)
Returns the value of attribute selection_type
9 10 11 |
# File 'lib/high_level/models/ad_manager/geo_location_dto.rb', line 9 def selection_type @selection_type end |
#urn ⇒ Object (readonly)
Returns the value of attribute urn
9 10 11 |
# File 'lib/high_level/models/ad_manager/geo_location_dto.rb', line 9 def urn @urn end |