Method: Elasticsearch::Model::Proxy::InstanceMethodsProxy#as_indexed_json
- Defined in:
- lib/elasticsearch/model/proxy.rb
#as_indexed_json(options = {}) ⇒ Object
173 174 175 |
# File 'lib/elasticsearch/model/proxy.rb', line 173 def as_indexed_json(={}) target.respond_to?(:as_indexed_json) ? target.__send__(:as_indexed_json, ) : super end |