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