module Elasticsearch::API::Cat

Public Instance Methods

cat() click to toggle source

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

# File lib/elasticsearch/api/namespace/cat.rb, line 14
def cat
  @cat ||= CatClient.new(self)
end