Method: OpenWeatherClient::Weather#lat

Defined in:
lib/open_weather_client/weather.rb

#latObject

Float

latitude of the requested location



8
9
10
# File 'lib/open_weather_client/weather.rb', line 8

def lat
  @lat
end