Method: Elasticsearch::API::Response#to_s

Defined in:
lib/elasticsearch/api/response.rb

#to_sObject

[View source]

43
44
45
# File 'lib/elasticsearch/api/response.rb', line 43

def to_s
  @response.body.to_s
end