Flowdock
method

public_name

Importance_0
v1.2.6 - Show latest stable - 0 notes - Class: ActionWebService::Client::XmlRpc
public_name(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/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
Register or log in to add new notes.