method

prepend_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.

prepend_interceptors_to_chain(condition, interceptors)
private

No documentation available.

# File actionwebservice/lib/action_web_service/invocation.rb, line 104
        def prepend_interceptors_to_chain(condition, interceptors)
          interceptors = interceptors + read_inheritable_attribute("#{condition}_invocation_interceptors")
          write_inheritable_attribute("#{condition}_invocation_interceptors", interceptors)
        end