Method: Weather::Response#wind
- Defined in:
- lib/weather-api/response.rb
#wind ⇒ Object (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 |