Class: BombDefuser::Configuration

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

Constant Summary collapse

BASE_URL =
"http://api.giantbomb.com"

Class Attribute Summary collapse

Class Attribute Details

.api_keyObject

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_adapterObject

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

.loggerObject

Returns the value of attribute logger.



12
13
14
# File 'lib/bomb_defuser/configuration.rb', line 12

def logger
  @logger
end