class WeatherObject attr_accessor :forecasts, :metrics def initialize @forecasts = {} end end