class OpenWeather::Forecast

Public Class Methods

new(options = {}) click to toggle source
Calls superclass method OpenWeather::Base::new
# File lib/open_weather/forecast.rb, line 3
def initialize options = {}
  super('http://api.openweathermap.org/data/2.5/forecast', options)
end