class YrWeather::Configuration

Attributes

redis[RW]
sitename[RW]
utc_offset[RW]

Public Class Methods

new() click to toggle source
# File lib/yr_weather.rb, line 22
def initialize
  @sitename   = nil
  @redis      = nil
  @utc_offset = nil
end