module PartyTime::Config

Public Class Methods

api_key() click to toggle source
# File lib/party_time/config.rb, line 8
def self.api_key
  @@api_key
end
api_key=(val) click to toggle source
# File lib/party_time/config.rb, line 4
def self.api_key=(val)
  @@api_key = val
end