Class: Katalyst::Healthcheck::Config

Inherits:
Object
  • Object
show all
Defined in:
lib/katalyst/healthcheck/config.rb

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initializeConfig

Returns a new instance of Config.



8
9
10
# File 'lib/katalyst/healthcheck/config.rb', line 8

def initialize
  self.store = :redis
end

Instance Attribute Details

#storeObject

Returns the value of attribute store.



6
7
8
# File 'lib/katalyst/healthcheck/config.rb', line 6

def store
  @store
end