module Bookdepository::Config

Attributes

auth_key[W]
client_id[W]

Public Class Methods

auth_key() click to toggle source
# File lib/bookdepository/config.rb, line 6
def auth_key
  @auth_key || ENV['BOOKDEPOSITORY_AUTH_KEY']
end
client_id() click to toggle source
# File lib/bookdepository/config.rb, line 10
def client_id
  @client_id || ENV['BOOKDEPOSITORY_CLIENT_ID']
end