Sha256: af557eae959f5259200707c60d7e9ae01a13919a00472a661ebf7e6722258045
Contents?: true
Size: 660 Bytes
Versions: 10
Compression:
Stored size: 660 Bytes
Contents
# Licensed to Elasticsearch B.V under one or more agreements. # Elasticsearch B.V licenses this file to you under the Apache 2.0 License. # See the LICENSE file in the project root for more information module Elasticsearch module API module Cluster module Actions; end # Client for the "cluster" namespace (includes the {Cluster::Actions} methods) # class ClusterClient include Common::Client, Common::Client::Base, Cluster::Actions end # Proxy method for {ClusterClient}, available in the receiving object # def cluster @cluster ||= ClusterClient.new(self) end end end end
Version data entries
10 entries across 10 versions & 1 rubygems