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