Method: Searchkick::IndexOptions#initialize

Defined in:
lib/searchkick/index_options.rb

#initialize(index) ⇒ IndexOptions

Returns a new instance of IndexOptions.



5
6
7
# File 'lib/searchkick/index_options.rb', line 5

def initialize(index)
  @options = index.options
end