class Printaura::Config

Public Class Methods

API_HASH() click to toggle source
# File lib/printaura.rb, line 11
def self.API_HASH
  @API_HASH
end
API_HASH=(hash) click to toggle source
# File lib/printaura.rb, line 19
def self.API_HASH=(hash)
  @API_HASH=hash
end
API_KEY() click to toggle source
# File lib/printaura.rb, line 7
def self.API_KEY
  @API_KEY
end
API_KEY=(key) click to toggle source
# File lib/printaura.rb, line 15
def self.API_KEY=(key)
  @API_KEY=key
end