Sha256: adca19a96ba22ccd55ded28a2d6c6dcfd990a158ff1a65fe70c645f2d3dcda18

Contents?: true

Size: 669 Bytes

Versions: 10

Compression:

Stored size: 669 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 Snapshot
      module Actions; end

      # Client for the "snapshot" namespace (includes the {Snapshot::Actions} methods)
      #
      class SnapshotClient
        include Common::Client, Common::Client::Base, Snapshot::Actions
      end

      # Proxy method for {SnapshotClient}, available in the receiving object
      #
      def snapshot
        @snapshot ||= SnapshotClient.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/snapshot.rb
elasticsearch-api-7.7.0 lib/elasticsearch/api/namespace/snapshot.rb
elasticsearch-api-6.8.2 lib/elasticsearch/api/namespace/snapshot.rb
elasticsearch-api-7.7.0.pre lib/elasticsearch/api/namespace/snapshot.rb
elasticsearch-api-7.6.0 lib/elasticsearch/api/namespace/snapshot.rb
elasticsearch-api-7.6.0.pre lib/elasticsearch/api/namespace/snapshot.rb
elasticsearch-api-7.5.0 lib/elasticsearch/api/namespace/snapshot.rb
elasticsearch-api-7.5.0.pre.pre lib/elasticsearch/api/namespace/snapshot.rb
elasticsearch-api-7.4.0 lib/elasticsearch/api/namespace/snapshot.rb
elasticsearch-api-7.3.0 lib/elasticsearch/api/namespace/snapshot.rb