Class: Gameopedia::Configuration

Inherits:
Object
  • Object
show all
Defined in:
lib/gameopedia/configuration.rb

Overview

:nodoc:

Instance Attribute Summary collapse

Instance Attribute Details

#auth_keyObject



13
14
15
# File 'lib/gameopedia/configuration.rb', line 13

def auth_key
  @auth_key || (raise MissingConfiguration, 'Auth key must be set')
end

#auth_logonObject



9
10
11
# File 'lib/gameopedia/configuration.rb', line 9

def auth_logon
  @auth_logon || (raise MissingConfiguration, 'Auth logon must be set')
end