Method: Elasticsearch::API::Snapshot#snapshot
- Defined in:
- lib/elasticsearch/api/namespace/snapshot.rb
#snapshot ⇒ Object
Proxy method for SnapshotClient, available in the receiving object
31 32 33 |
# File 'lib/elasticsearch/api/namespace/snapshot.rb', line 31 def snapshot @snapshot ||= SnapshotClient.new(self) end |