Class: RSolr::HashWithResponse
- Inherits:
-
Hash
- Object
- Hash
- RSolr::HashWithResponse
- Includes:
- Response
- Defined in:
- lib/rsolr/response.rb
Instance Method Summary collapse
-
#initialize(request, response, result) ⇒ HashWithResponse
constructor
A new instance of HashWithResponse.
Methods included from Response
included, #initialize_rsolr_response, #with_indifferent_access
Constructor Details
#initialize(request, response, result) ⇒ HashWithResponse
Returns a new instance of HashWithResponse.
91 92 93 94 |
# File 'lib/rsolr/response.rb', line 91 def initialize(request, response, result) super() initialize_rsolr_response(request, response, result || {}) end |