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

Version Path
elasticsearch-api-6.8.3 lib/elasticsearch/api/namespace/ingest.rb
elasticsearch-api-7.7.0 lib/elasticsearch/api/namespace/ingest.rb
elasticsearch-api-6.8.2 lib/elasticsearch/api/namespace/ingest.rb
elasticsearch-api-7.7.0.pre lib/elasticsearch/api/namespace/ingest.rb
elasticsearch-api-7.6.0 lib/elasticsearch/api/namespace/ingest.rb
elasticsearch-api-7.6.0.pre lib/elasticsearch/api/namespace/ingest.rb
elasticsearch-api-7.5.0 lib/elasticsearch/api/namespace/ingest.rb
elasticsearch-api-7.5.0.pre.pre lib/elasticsearch/api/namespace/ingest.rb
elasticsearch-api-7.4.0 lib/elasticsearch/api/namespace/ingest.rb
elasticsearch-api-7.3.0 lib/elasticsearch/api/namespace/ingest.rb