Class: CanTango::Executor::Base

Inherits:
Object
  • Object
show all
Defined in:
lib/cantango/executor/base.rb

Direct Known Subclasses

PermitType

Instance Method Summary collapse

Instance Method Details

#execute!Object

Raises:

  • (NotImplementedError)


4
5
6
# File 'lib/cantango/executor/base.rb', line 4

def execute!
  raise NotImplementedError
end