Sha256: a81ebbad87228f053164428d46c38c9726d1828219756ecd895cf4818f7a1176

Contents?: true

Size: 578 Bytes

Versions: 10

Compression:

Stored size: 578 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 XPack
    module API
      module Migration
        module Actions; end

        class MigrationClient
          include Elasticsearch::API::Common::Client, Elasticsearch::API::Common::Client::Base, Migration::Actions
        end

        def migration
          @migration ||= MigrationClient.new(self)
        end

      end
    end
  end
end

Version data entries

10 entries across 10 versions & 1 rubygems

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