Method: Elasticsearch::API::Nodes#nodes

Defined in:
lib/elasticsearch/api/namespace/nodes.rb

#nodesObject

Proxy method for NodesClient, available in the receiving object



31
32
33
# File 'lib/elasticsearch/api/namespace/nodes.rb', line 31

def nodes
  @nodes ||= NodesClient.new(self)
end