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 14
def tasks
  @tasks ||= TasksClient.new(self)
end