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
Whether the given public method name has a corresponding service method on this API
# File action_web_service/api.rb, line 104 def has_public_api_method?(public_name) api_public_method_names.has_key?(public_name) end
<code/>and<pre/>for code samples.