Class: DiscoApp::Flow::ProcessAction

Inherits:
Object
  • Object
show all
Includes:
Interactor
Defined in:
app/services/disco_app/flow/process_action.rb

Instance Method Summary collapse

Instance Method Details

#callObject



12
13
14
15
16
# File 'app/services/disco_app/flow/process_action.rb', line 12

def call
  validate_action
  find_action_service_class
  execute_action_service_class
end