Class: ROM::HTTP::Commands::Delete
- Inherits:
-
Commands::Delete
- Object
- Commands::Delete
- ROM::HTTP::Commands::Delete
- Defined in:
- lib/rom/http/commands/delete.rb
Instance Method Summary collapse
Instance Method Details
#assert_tuple_count ⇒ Object
11 12 13 |
# File 'lib/rom/http/commands/delete.rb', line 11 def assert_tuple_count # noop end |
#execute ⇒ Object
7 8 9 |
# File 'lib/rom/http/commands/delete.rb', line 7 def execute relation.delete end |