Flowdock
method

soap_action

Importance_0
v1.2.6 - Show latest stable - 0 notes - Class: ActionWebService::Client::Soap
soap_action(method_name) protected

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/client/soap_client.rb, line 67
        def soap_action(method_name)
          "#{@soap_action_base}/#{method_name}"
        end
Register or log in to add new notes.