Method: WeatherPup::WeatherConditions.all
- Defined in:
- lib/weatherpup/weather_conditions.rb
.all ⇒ Object
Class method used to read the all the instances of WeatherConditions in existence.
17 18 19 |
# File 'lib/weatherpup/weather_conditions.rb', line 17 def self.all @@all end |