Sha256: 7dd53f4e7b830bf0825afbcaf3cc375cbb16c792bfb4db4b3e39817ff15774b9
Contents?: true
Size: 448 Bytes
Versions: 62
Compression:
Stored size: 448 Bytes
Contents
module Elasticsearch module API module Ingest module Actions; end # Client for the "ingest" namespace (includes the {Ingest::Actions} methods) # class IngestClient include Common::Client, Common::Client::Base, Ingest::Actions end # Proxy method for {IngestClient}, available in the receiving object # def ingest @ingest ||= IngestClient.new(self) end end end end
Version data entries
62 entries across 62 versions & 6 rubygems