# File lib/fog/softlayer/models/storage/file.rb, line 81 def url(expires, options = {}) requires :directory, :key self.service.create_temp_url(directory.key, key, expires, "GET", options) end