# File lib/fog/storage/openstack/models/file.rb, line 41 def body attributes[:body] ||= if last_modified collection.get(identity).body else '' end end