Module: Weathercom::ForecastMethods
- Included in:
- DailyForecast, HourlyForecast, Observation, WwirForecast
- Defined in:
- lib/weathercom/forecast_methods.rb
Instance Method Summary collapse
Instance Method Details
#expires_at ⇒ Object
9 10 11 |
# File 'lib/weathercom/forecast_methods.rb', line 9 def expires_at @expires_at ||= Time.at(expire_time_gmt) end |
#wc_class ⇒ Object
5 6 7 |
# File 'lib/weathercom/forecast_methods.rb', line 5 def wc_class @info['class'] end |