The corresponding public method name for the given service method name
# 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
<code/>
<pre/>
<code/>and<pre/>for code samples.