method
soap_action
v1.1.6 -
Show latest stable
- Class:
ActionWebService::Client::Soap
soap_action(method_name)protected
No documentation available.
# File actionwebservice/lib/action_web_service/client/soap_client.rb, line 65
def soap_action(method_name)
"#{@soap_action_base}/#{method_name}"
end