# File lib/action_web_service/api.rb, line 105 def public_api_method_name(name) if inflect_names name.to_s.camelize else name.to_s end end