Module: RelicLink::Coh3::Config

Extended by:
Config
Included in:
Config
Defined in:
lib/relic_link/coh3/config.rb

Overview

Configuration options for the CoH3 API client.

Constant Summary collapse

ATTRIBUTES =

Configurable attributes

%i[
  logger
].freeze

Class Method Summary collapse

Class Method Details

.resetObject

Set all config options back to defaults.



18
19
20
# File 'lib/relic_link/coh3/config.rb', line 18

def reset
  self.logger = nil
end