Class: Katalyst::Healthcheck::Config
- Inherits:
-
Object
- Object
- Katalyst::Healthcheck::Config
- Defined in:
- lib/katalyst/healthcheck/config.rb
Instance Attribute Summary collapse
-
#store ⇒ Object
Returns the value of attribute store.
Instance Method Summary collapse
-
#initialize ⇒ Config
constructor
A new instance of Config.
Constructor Details
#initialize ⇒ Config
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
#store ⇒ Object
Returns the value of attribute store.
6 7 8 |
# File 'lib/katalyst/healthcheck/config.rb', line 6 def store @store end |