Method: ActiveInteractor::Interactor::Perform#options

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

#optionsOptions

Options for the interactor #perform

Returns:

Since:

  • 1.0.0



188
189
190
# File 'lib/active_interactor/interactor/perform.rb', line 188

def options
  @options ||= ActiveInteractor::Interactor::Perform::Options.new
end