Sha256: 0c7417d27d5c75e5cc20274e66d3a67b5817b21acfffabd35e1f4f10f39c1e5a
Contents?: true
Size: 421 Bytes
Versions: 82
Compression:
Stored size: 421 Bytes
Contents
module Elasticsearch module API module Cat module Actions; end # Client for the "cat" namespace (includes the {Cat::Actions} methods) # class CatClient include Common::Client, Common::Client::Base, Cat::Actions end # Proxy method for {CatClient}, available in the receiving object # def cat @cat ||= CatClient.new(self) end end end end
Version data entries
82 entries across 82 versions & 6 rubygems