Class: Seasy::Configuration

Inherits:
Object
  • Object
show all
Includes:
Singleton
Defined in:
lib/seasy/index.rb

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initializeConfiguration

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

#storageObject

Returns the value of attribute storage.



8
9
10
# File 'lib/seasy/index.rb', line 8

def storage
  @storage
end