Module: ElasticSearchThrift::ResponseMixin

Defined in:
lib/elastic_search_thrift/thrift_extensions.rb

Instance Method Summary collapse

Instance Method Details

#dataObject



3
4
5
# File 'lib/elastic_search_thrift/thrift_extensions.rb', line 3

def data
  @data ||= JSON.parse(body)
end