# File lib/vagrant_cloud/box.rb, line 160 def param_name(param) # This needs to return strings, otherwise it won't match the JSON that # Vagrant Cloud returns. ATTR_MAP.fetch(param, param.to_s) end