class OpenWeather::Current

Public Class Methods

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