# File lib/fog/rackspace/models/storage/file.rb, line 243 def purge_from_cdn if public? service.cdn.purge(self) else false end end