param_names()
The list of parameter names for this method
# File actionwebservice/lib/action_web_service/api.rb, line 181 def param_names return [] unless @expects @expects.map{ |type| type.name } end