Module: Eson::HTTP::DeleteMapping

Extended by:
API
Includes:
Shared::DeleteMapping
Defined in:
lib/eson/http/indices/delete_mapping.rb

Instance Method Summary collapse

Methods included from API

request_method

Instance Method Details

#pathObject



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

def path
  if type && !indices.empty?
    "/{indices}/{type}"        
  end
end