Sha256: 97f27678af34508c4a61ec835e89f84daaba1e9b5d068420e9bec9e7c2ea6f8e
Contents?: true
Size: 439 Bytes
Versions: 65
Compression:
Stored size: 439 Bytes
Contents
module Elasticsearch module API module Tasks module Actions; end # Client for the "tasks" namespace (includes the {Tasks::Actions} methods) # class TasksClient include Common::Client, Common::Client::Base, Tasks::Actions end # Proxy method for {TasksClient}, available in the receiving object # def tasks @tasks ||= TasksClient.new(self) end end end end
Version data entries
65 entries across 65 versions & 6 rubygems