module Elasticsearch::API::Snapshot
Public Instance Methods
snapshot()
click to toggle source
Proxy method for {SnapshotClient}, available in the receiving object
# File lib/elasticsearch/api/namespace/snapshot.rb, line 31 def snapshot @snapshot ||= SnapshotClient.new(self) end