The Method instance for the given public API method name, if any
Source Code
# File action_web_service/api.rb, line 129 def public_api_method_instance(public_method_name) api_method_instance(api_method_name(public_method_name)) end
The Method instance for the given public API method name, if any
# File action_web_service/api.rb, line 129 def public_api_method_instance(public_method_name) api_method_instance(api_method_name(public_method_name)) end
<code/>and<pre/>for code samples.