Method: ActiveCommand::Command#execute

Defined in:
lib/active_command/command.rb

#executeObject

Raises:

  • (NotImplementedError)


39
40
41
# File 'lib/active_command/command.rb', line 39

def execute
  raise NotImplementedError, "#{self.class.name} does not implement an execute method"
end