Method: Elasticsearch::API::Simulate#simulate
- Defined in:
- lib/elasticsearch/api/namespace/simulate.rb
#simulate ⇒ Object
Proxy method for SimulateClient, available in the receiving object
31 32 33 |
# File 'lib/elasticsearch/api/namespace/simulate.rb', line 31 def simulate @simulate ||= SimulateClient.new(self) end |