Class: Rsodx::Action
Instance Method Summary collapse
Methods inherited from Service
Methods included from Delegate
Instance Method Details
#call ⇒ Object
10 11 12 13 14 |
# File 'lib/rsodx/action.rb', line 10 def call run_handler rescue StandardError => e handle_exception(e) end |