Class: HighLevel::Models::AdManager::GeoLatLngDTO

Inherits:
Data
  • Object
show all
Defined in:
lib/high_level/models/ad_manager/geo_lat_lng_dto.rb

Instance Attribute Summary collapse

Instance Attribute Details

#latObject (readonly)

Returns the value of attribute lat

Returns:

  • (Object)

    the current value of lat



9
10
11
# File 'lib/high_level/models/ad_manager/geo_lat_lng_dto.rb', line 9

def lat
  @lat
end

#lngObject (readonly)

Returns the value of attribute lng

Returns:

  • (Object)

    the current value of lng



9
10
11
# File 'lib/high_level/models/ad_manager/geo_lat_lng_dto.rb', line 9

def lng
  @lng
end