class EsHttpOperation::DeleteIndex
Public Instance Methods
body()
click to toggle source
# File lib/wukong-migrate/elasticsearch_operations.rb, line 45 def body() nil ; end
info()
click to toggle source
# File lib/wukong-migrate/elasticsearch_operations.rb, line 47 def info() "Deleting index #{index}" ; end
path()
click to toggle source
# File lib/wukong-migrate/elasticsearch_operations.rb, line 44 def path() ['', index, obj_type, ''].compact.join('/') ; end
verb()
click to toggle source
# File lib/wukong-migrate/elasticsearch_operations.rb, line 46 def verb() :delete ; end