# File lib/action_web_service/api.rb, line 100 def has_public_api_method?(public_name) api_public_method_names.has_key?(public_name) end