Class: Seasy::Configuration
- Inherits:
-
Object
- Object
- Seasy::Configuration
- Includes:
- Singleton
- Defined in:
- lib/seasy/index.rb
Instance Attribute Summary collapse
-
#storage ⇒ Object
Returns the value of attribute storage.
Instance Method Summary collapse
-
#initialize ⇒ Configuration
constructor
A new instance of Configuration.
Constructor Details
#initialize ⇒ Configuration
Returns a new instance of Configuration.
10 11 12 |
# File 'lib/seasy/index.rb', line 10 def initialize @storage = Seasy::InMemoryStorage end |
Instance Attribute Details
#storage ⇒ Object
Returns the value of attribute storage.
8 9 10 |
# File 'lib/seasy/index.rb', line 8 def storage @storage end |