Module: Eson::HTTP::Snapshot

Extended by:
API
Includes:
Shared::Snapshot
Defined in:
lib/eson/http/indices/snapshot.rb

Instance Method Summary collapse

Methods included from API

request_method

Instance Method Details

#pathObject



9
10
11
12
13
14
15
# File 'lib/eson/http/indices/snapshot.rb', line 9

def path
  unless indices.empty?
    "/{indices}/_gateway/snapshot"
  else
    "/_gateway/snapshot"
  end
end