Class: Todos::Destroy::BaseService

Inherits:
Object
  • Object
show all
Defined in:
app/services/todos/destroy/base_service.rb

Instance Method Summary collapse

Instance Method Details

#executeObject

Raises:

  • (NotImplementedError)


6
7
8
# File 'app/services/todos/destroy/base_service.rb', line 6

def execute
  raise NotImplementedError
end