module Elasticsearch::API::Tasks
Public Instance Methods
tasks()
click to toggle source
Proxy method for {TasksClient}, available in the receiving object
# File lib/elasticsearch/api/namespace/tasks.rb, line 31 def tasks @tasks ||= TasksClient.new(self) end