method

condition_hash

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.

condition_hash(interceptors, *methods)
private

No documentation available.

# File actionwebservice/lib/action_web_service/invocation.rb, line 121
        def condition_hash(interceptors, *methods)
          interceptors.inject({}) {|hash, interceptor| hash.merge(interceptor => methods.flatten.map {|method| method.to_s})}
        end