Class: HecksAdapters::SQLDatabase::Commands::Delete
- Inherits:
-
Object
- Object
- HecksAdapters::SQLDatabase::Commands::Delete
- Defined in:
- lib/commands/delete.rb
Overview
Delete a resource
Instance Method Summary collapse
- #call ⇒ Object
-
#initialize(id:, head:) ⇒ Delete
constructor
A new instance of Delete.
Constructor Details
#initialize(id:, head:) ⇒ Delete
Returns a new instance of Delete.
6 7 8 9 |
# File 'lib/commands/delete.rb', line 6 def initialize(id:, head:) @id = id @head = head end |