method

extract_conditions!

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.

extract_conditions!(interceptors)
private

No documentation available.

# 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