Class: Gameopedia::Configuration
- Inherits:
-
Object
- Object
- Gameopedia::Configuration
- Defined in:
- lib/gameopedia/configuration.rb
Overview
:nodoc:
Instance Attribute Summary collapse
Instance Attribute Details
#auth_key ⇒ Object
13 14 15 |
# File 'lib/gameopedia/configuration.rb', line 13 def auth_key @auth_key || (raise MissingConfiguration, 'Auth key must be set') end |
#auth_logon ⇒ Object
9 10 11 |
# File 'lib/gameopedia/configuration.rb', line 9 def auth_logon @auth_logon || (raise MissingConfiguration, 'Auth logon must be set') end |