Method: Elastic::API::Response#initialize
- Defined in:
- lib/elastic/api/response.rb
#initialize(response) ⇒ Response
Returns a new instance of Response.
30 31 32 |
# File 'lib/elastic/api/response.rb', line 30 def initialize(response) @response = response end |