# File lib/fog/softlayer/models/storage/files.rb, line 73 def get_url(key) requires :directory if self.directory.public_url "#{self.directory.public_url}/#{Fog::Softlayer.escape(key, '/')}" end end