Module: Command::Command::Execute

Extended by:
ActiveSupport::Concern
Included in:
Command::CommandBase
Defined in:
lib/command/command/execute.rb

Instance Method Summary collapse

Instance Method Details

#executeObject



14
15
16
17
18
# File 'lib/command/command/execute.rb', line 14

def execute
  flow.trigger

  flow_success? ? handle_success : handle_failure
end