class ROM::Elasticsearch::Commands::Delete

Delete command

@api public

Public Instance Methods

execute() click to toggle source

@api private

# File lib/rom/elasticsearch/commands.rb, line 45
def execute
  relation.dataset.delete
end