Class: Influxer::Config
- Inherits:
-
Anyway::Config
- Object
- Anyway::Config
- Influxer::Config
- Defined in:
- lib/influxer/config.rb
Overview
Influxer configuration
Instance Method Summary collapse
Instance Method Details
#load ⇒ Object
36 37 38 39 40 |
# File 'lib/influxer/config.rb', line 36 def load(*) super # we want pass @cache value as options to cache store, so we want it to be a Hash @cache = {}.with_indifferent_access if @cache == true end |