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