This method is deprecated or moved on the latest stable version. The last existing version (v1.2.6) is shown here.
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