Class: Hecks::Adapters::SQLDatabase::Commands::Delete
- Inherits:
-
Object
- Object
- Hecks::Adapters::SQLDatabase::Commands::Delete
- Defined in:
- lib/commands/delete.rb
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 |