module Elasticsearch::XPack::API::Cat

Public Instance Methods

cat() click to toggle source
# File lib/elasticsearch/xpack/api/namespace/cat.rb, line 28
def cat
  @cat ||= CatClient.new(self)
end