class Tagliani::Configuration

Attributes

elasticsearch[R]
redis[R]
schema[R]
tag[R]

Public Class Methods

new() click to toggle source
# File lib/tagliani/configuration.rb, line 10
def initialize
  @elasticsearch = Elasticsearch.new
  @redis = Redis.new
  @schema = Schema.new
  @tag = Tag.new
end