Method: Weather::Response#wind

Defined in:
lib/weather-api/response.rb

#windObject (readonly)

a Weather::Wind object containing the wind information for the requested location



17
18
19
# File 'lib/weather-api/response.rb', line 17

def wind
  @wind
end