Method: Riddle::Configuration::Index#initialize

Defined in:
lib/riddle/configuration/index.rb

#initialize(name, *sources) ⇒ Index

Returns a new instance of Index.



12
13
14
15
16
17
# File 'lib/riddle/configuration/index.rb', line 12

def initialize(name, *sources)
  @name                     = name
  @sources                  = sources

  initialize_settings
end