class Esearch::Command::Index::Delete
Delete
index comand
Constants
- PRESENTER
Private Instance Methods
request()
click to toggle source
Return request
@return [Request]
@api private
# File lib/esearch/command/index.rb, line 42 def request Request.delete(context_path) end