static public Method

Base.public_api_method_name(name)

The corresponding public method name for the given service method name

Source Code

# File action_web_service/api.rb, line 109
def public_api_method_name(name)
  if inflect_names
    name.to_s.camelize
  else
    name.to_s
  end
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.