Class: ROM::HTTP::Commands::Delete
- Inherits:
-
Commands::Delete
- Object
- Commands::Delete
- ROM::HTTP::Commands::Delete
- Defined in:
- lib/rom/http/commands/delete.rb
Overview
HTTP Delete command
Instance Method Summary collapse
- #assert_tuple_count ⇒ Object
-
#execute ⇒ Object
Sends an HTTP delete to the dataset path.
Instance Method Details
#assert_tuple_count ⇒ Object
19 20 21 |
# File 'lib/rom/http/commands/delete.rb', line 19 def assert_tuple_count # noop end |
#execute ⇒ Object
Sends an HTTP delete to the dataset path
15 16 17 |
# File 'lib/rom/http/commands/delete.rb', line 15 def execute relation.delete end |