Sha256: ffe4977ee1aee42e15eaacd51dd0c33715fe4043ca85ec18aac2b52ee9a73ab9
Contents?: true
Size: 651 Bytes
Versions: 10
Compression:
Stored size: 651 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 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
10 entries across 10 versions & 1 rubygems