method
condition_hash
rails latest stable - Class:
ActionWebService::Invocation::ClassMethods
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