Method: ActiveInteractor::Interactor::Perform#execute_perform

Defined in:
lib/active_interactor/interactor/perform.rb

#execute_performObject

This method is part of a private API. You should avoid using this method if possible, as it may be removed or be changed in the future.

Run the interactor instance's #perform with callbacks and validation.

Since:

  • 0.1.0

API:

  • private



171
# File 'lib/active_interactor/interactor/perform.rb', line 171

delegate :execute_perform, :execute_perform!, to: :worker