Method: OpenWeatherClient::Weather#lon

Defined in:
lib/open_weather_client/weather.rb

#lonObject

Float

longitude of the requested location



10
11
12
# File 'lib/open_weather_client/weather.rb', line 10

def lon
  @lon
end