method

condition_hash

condition_hash(interceptors, *methods)
private

No documentation available.

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