Method: Eson::HTTP::Refresh#path

Defined in:
lib/eson/http/indices/refresh.rb

#pathObject



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

def path
  if index
    "/{indices}/_refresh"
  else
    "/_refresh"
  end
end