method

append_interceptors_to_chain

rails latest stable - Class: ActionWebService::Invocation::ClassMethods

Method deprecated or moved

This method is deprecated or moved on the latest stable version. The last existing version (v1.2.6) is shown here.

append_interceptors_to_chain(condition, interceptors)
private

No documentation available.

# File actionwebservice/lib/action_web_service/invocation.rb, line 100
        def append_interceptors_to_chain(condition, interceptors)
          write_inheritable_array("#{condition}_invocation_interceptors", interceptors)
        end