Sha256: b3e1380a2909032c639cadffdf9d15b943c3c765a7c71a7d436c8dc5499c91a9
Contents?: true
Size: 578 Bytes
Versions: 2
Compression:
Stored size: 578 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 XPack module API module Cat module Actions; end class CatClient < Elasticsearch::API::Cat::CatClient include Elasticsearch::API::Common::Client, Elasticsearch::API::Common::Client::Base, Cat::Actions end def cat @cat ||= CatClient.new(self) end end end end end
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
elasticsearch-xpack-7.7.0 | lib/elasticsearch/xpack/api/namespace/cat.rb |
elasticsearch-xpack-7.7.0.pre | lib/elasticsearch/xpack/api/namespace/cat.rb |