module Elasticsearch::API::Cluster

Public Instance Methods

cluster() click to toggle source

Proxy method for {ClusterClient}, available in the receiving object

# File lib/elasticsearch/api/namespace/cluster.rb, line 31
def cluster
  @cluster ||= ClusterClient.new(self)
end