Class: FluShot::Config
- Inherits:
-
Object
- Object
- FluShot::Config
- Defined in:
- lib/flu_shot/config.rb
Class Method Summary collapse
Class Method Details
.storage ⇒ Object
7 8 9 |
# File 'lib/flu_shot/config.rb', line 7 def self.storage @@storage ||= Storage::Memory.new end |
.storage=(value) ⇒ Object
3 4 5 |
# File 'lib/flu_shot/config.rb', line 3 def self.storage=(value) @@storage = value end |