module Weathercom::ForecastMethods

Public Instance Methods

expires_at() click to toggle source
# File lib/weathercom/forecast_methods.rb, line 9
def expires_at
  @expires_at ||= Time.at(expire_time_gmt)
end
wc_class() click to toggle source
# File lib/weathercom/forecast_methods.rb, line 5
def wc_class
  @info['class']
end