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