# File lib/action_web_service/api.rb, line 177 def param_names return [] unless @expects @expects.map{ |type| type.name } end