Method: ActiveInteractor::Interactor::Perform#options
- Defined in:
- lib/active_interactor/interactor/perform.rb
#options ⇒ Options
Options for the interactor #perform
188 189 190 |
# File 'lib/active_interactor/interactor/perform.rb', line 188 def ||= ActiveInteractor::Interactor::Perform::Options.new end |