module Hatchbuck::Key

Public Class Methods

get() click to toggle source
# File lib/helpers.rb, line 6
def self.get
return @api_key
end
set(key) click to toggle source
# File lib/helpers.rb, line 3
def self.set(key)
        @api_key = key
end