Method: Riddle::Configuration::TemplateIndex#initialize

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

#initialize(name) ⇒ TemplateIndex

Returns a new instance of TemplateIndex.



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

def initialize(name)
  @name = name
  @type = 'template'

  initialize_settings
end