method
condition_hash
v1.1.6 -
Show latest stable
- Class:
ActionWebService::Invocation::ClassMethods
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