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