Class: Influxer::Config

Inherits:
Anyway::Config
  • Object
show all
Defined in:
lib/influxer/config.rb

Overview

Influxer configuration

Instance Method Summary collapse

Instance Method Details

#loadObject



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