Class: Meteorology::WeatherCollection

Inherits:
Hash
  • Object
show all
Defined in:
lib/meteorology/weather_collection.rb

Instance Method Summary collapse

Instance Method Details

#currentObject



3
4
5
# File 'lib/meteorology/weather_collection.rb', line 3

def current
  self.send("[]", current_time_key)
end