method

public_name

rails latest stable - Class: ActionWebService::Client::XmlRpc

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.

public_name(method_name)
protected

No documentation available.

# File actionwebservice/lib/action_web_service/client/xmlrpc_client.rb, line 52
        def public_name(method_name)
          public_name = @api.public_api_method_name(method_name)
          @handler_name ? "#{@handler_name}.#{public_name}" : public_name
        end