Class: ROM::Elasticsearch::Commands::Delete
- Inherits:
-
Commands::Delete
- Object
- Commands::Delete
- ROM::Elasticsearch::Commands::Delete
- Defined in:
- lib/rom/elasticsearch/commands.rb
Overview
Delete command
Instance Method Summary collapse
- #execute ⇒ Object private
Instance Method Details
#execute ⇒ Object
This method is part of a private API. You should avoid using this method if possible, as it may be removed or be changed in the future.
45 46 47 |
# File 'lib/rom/elasticsearch/commands.rb', line 45 def execute relation.dataset.delete end |