Method: ActionWebService::Invocation::InstanceMethods#before_invocation
- Defined in:
- lib/action_web_service/invocation.rb
#before_invocation(name, args, &block) ⇒ Object
144 145 146 |
# File 'lib/action_web_service/invocation.rb', line 144 def before_invocation(name, args, &block) call_interceptors(self.class.before_invocation_interceptors, [name, args], &block) end |