Method: Chewy::Search::Loader#initialize
- Defined in:
- lib/chewy/search/loader.rb
#initialize(indexes: [], **options) ⇒ Loader
Returns a new instance of Loader.
14 15 16 17 |
# File 'lib/chewy/search/loader.rb', line 14 def initialize(indexes: [], **) @indexes = indexes @options = end |