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