Module: ElasticSearchThrift::ResponseMixin
- Defined in:
- lib/elastic_search_thrift/thrift_extensions.rb
Instance Method Summary collapse
Instance Method Details
#data ⇒ Object
3 4 5 |
# File 'lib/elastic_search_thrift/thrift_extensions.rb', line 3 def data @data ||= JSON.parse(body) end |