class Seasy::Configuration

Attributes

storage[RW]

Public Class Methods

new() click to toggle source
# File lib/seasy/index.rb, line 10
def initialize
  @storage = Seasy::InMemoryStorage
end