The Method instance for the given API method name, if any
Source Code
# File action_web_service/api.rb, line 134 def api_method_instance(method_name) api_methods[method_name] end
The Method instance for the given API method name, if any
# File action_web_service/api.rb, line 134 def api_method_instance(method_name) api_methods[method_name] end
<code/>and<pre/>for code samples.