Method: Searchkick::Results#initialize
- Defined in:
- lib/searchkick/results.rb
#initialize(klass, response, options = {}) ⇒ Results
Returns a new instance of Results.
11 12 13 14 15 |
# File 'lib/searchkick/results.rb', line 11 def initialize(klass, response, = {}) @klass = klass @response = response @options = end |