Class: ActiveInteractor::Interactor::Options
- Inherits:
-
Object
- Object
- ActiveInteractor::Interactor::Options
- Defined in:
- lib/active_interactor/interactor/options.rb
Constant Summary collapse
- DEFAULTS =
{ skip_perform_callbacks: false, skip_rollback: false, skip_rollback_callbacks: false, validate: true, validate_input_context: true, validate_output_context: true }.freeze
Instance Method Summary collapse
-
#initialize(options = {}) ⇒ Options
constructor
A new instance of Options.