Method: Searchkick::Indexer#initialize
- Defined in:
- lib/searchkick/indexer.rb
#initialize ⇒ Indexer
Returns a new instance of Indexer.
7 8 9 |
# File 'lib/searchkick/indexer.rb', line 7 def initialize @queued_items = [] end |
Returns a new instance of Indexer.
7 8 9 |
# File 'lib/searchkick/indexer.rb', line 7 def initialize @queued_items = [] end |