static public Method

Base.api_method_name(public_name)

The corresponding service method name for the given public method name

Source Code

# File action_web_service/api.rb, line 118
def api_method_name(public_name)
  api_public_method_names[public_name]
end
Comments

Have your say
Please use Textile formatting (click here for a cheat sheet). Use <code/> and <pre/> for code samples.
Click here to login with OpenID to to post comments.