Method: OpenWeatherMap::Coordinates#lon

Defined in:
lib/openweathermap/classes.rb

#lonFloat (readonly)

Returns Longitude of the location.

Returns:

  • (Float)

    Longitude of the location



48
49
50
# File 'lib/openweathermap/classes.rb', line 48

def lon
  @lon
end