Method: Weather::Response#description

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

#descriptionObject (readonly)

the HTML summarizing current weather conditions for the requested location



33
34
35
# File 'lib/weather-api/response.rb', line 33

def description
  @description
end