Class: OpenWeather::Current

Inherits:
Base
  • Object
show all
Defined in:
lib/open_weather/current.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 = {}) ⇒ Current

Returns a new instance of Current.



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

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