Class: OpenWeather::Forecast

Inherits:
Base
  • Object
show all
Defined in:
lib/open_weather/forecast.rb

Instance Attribute Summary

Attributes inherited from Base

#message, #options, #status, #url, #weather_info

Instance Method Summary collapse

Methods inherited from Base

#retrive, #success?

Methods included from ClassMethods

#city, #city_id, #geocode

Constructor Details

#initialize(options = {}) ⇒ Forecast

Returns a new instance of Forecast.



3
4
5
# File 'lib/open_weather/forecast.rb', line 3

def initialize options = {}
  super('http://api.openweathermap.org/data/2.5/forecast', options)
end