Flowdock
method

extract_conditions!

Importance_0
v1.2.6 - Show latest stable - 0 notes - Class: ActionWebService::Invocation::ClassMethods
extract_conditions!(interceptors) private

No documentation

This method has no description. You can help the Ruby on Rails community by adding new notes.

Hide source
# File actionwebservice/lib/action_web_service/invocation.rb, line 109
        def extract_conditions!(interceptors)
          return nil unless interceptors.last.is_a? Hash
          interceptors.pop
        end
Register or log in to add new notes.