Module: RelicLink::Coh3::Config
Overview
Configuration options for the CoH3 API client.
Constant Summary collapse
- ATTRIBUTES =
Configurable attributes
%i[ logger ].freeze
Class Method Summary collapse
-
.reset ⇒ Object
Set all config options back to defaults.
Class Method Details
.reset ⇒ Object
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 |