module SnowWeather

Constants

VERSION

Attributes

api_key[RW]

Public Class Methods

api_key(api_key) click to toggle source
# File lib/SnowWeather.rb, line 14
def self.api_key(api_key)
   @@api_key = api_key
end
get_api_key() click to toggle source
# File lib/SnowWeather.rb, line 18
def self.get_api_key
   return @@api_key
end