Module: Eson::HTTP::PutMapping
Instance Method Summary collapse
Methods included from API
Instance Method Details
#path ⇒ Object
9 10 11 12 13 |
# File 'lib/eson/http/indices/put_mapping.rb', line 9 def path if type && !indices.empty? "/{indices}/{type}/_mapping" end end |