Method: Elasticsearch::Model::Proxy::InstanceMethodsProxy#as_json

Defined in:
lib/elasticsearch/model/proxy.rb

#as_json(options = {}) ⇒ Object

Need to redefine ‘as_json` because we’re not inheriting from ‘BasicObject`; see TODO note above.

[View source]

169
170
171
# File 'lib/elasticsearch/model/proxy.rb', line 169

def as_json(options={})
  target.as_json(options)
end