Sha256: 92fd4a57fc756166877849dd0bdde76d59d3c8dc34451dc4cf16fd9b4dd9fe92

Contents?: true

Size: 466 Bytes

Versions: 82

Compression:

Stored size: 466 Bytes

Contents

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

82 entries across 82 versions & 6 rubygems

Version Path
elasticsearch-api-1.0.0.rc2 lib/elasticsearch/api/namespace/snapshot.rb
elasticsearch-api-1.0.0.rc1 lib/elasticsearch/api/namespace/snapshot.rb