Class: BombDefuser::Configuration
- Inherits:
-
Object
- Object
- BombDefuser::Configuration
- Defined in:
- lib/bomb_defuser/configuration.rb
Constant Summary collapse
- BASE_URL =
"http://api.giantbomb.com"
Class Attribute Summary collapse
-
.api_key ⇒ Object
Returns the value of attribute api_key.
-
.http_library_adapter ⇒ Object
Returns the value of attribute http_library_adapter.
-
.logger ⇒ Object
Returns the value of attribute logger.
Class Attribute Details
.api_key ⇒ Object
Returns the value of attribute api_key.
12 13 14 |
# File 'lib/bomb_defuser/configuration.rb', line 12 def api_key @api_key end |
.http_library_adapter ⇒ Object
Returns the value of attribute http_library_adapter.
12 13 14 |
# File 'lib/bomb_defuser/configuration.rb', line 12 def http_library_adapter @http_library_adapter end |
.logger ⇒ Object
Returns the value of attribute logger.
12 13 14 |
# File 'lib/bomb_defuser/configuration.rb', line 12 def logger @logger end |