Class: Rsodx::Action

Inherits:
Service show all
Defined in:
lib/rsodx/action.rb

Instance Method Summary collapse

Methods inherited from Service

contract, #halt

Methods included from Delegate

#delegate

Instance Method Details

#callObject



10
11
12
13
14
# File 'lib/rsodx/action.rb', line 10

def call
  run_handler
rescue StandardError => e
  handle_exception(e)
end