Method: Elasticsearch::Model::Proxy::InstanceMethodsProxy#as_json
- Defined in:
- lib/elasticsearch/model/proxy.rb
permalink #as_json(options = {}) ⇒ Object
Need to redefine ‘as_json` because we’re not inheriting from ‘BasicObject`; see TODO note above.
169 170 171 |
# File 'lib/elasticsearch/model/proxy.rb', line 169 def as_json(={}) target.as_json() end |