static public Method

Base.has_public_api_method?(public_name)

Whether the given public method name has a corresponding service method on this API

Source Code

# File action_web_service/api.rb, line 104
def has_public_api_method?(public_name)
  api_public_method_names.has_key?(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.