Method: CloudFiles::StorageObject#refresh

Defined in:
lib/cloudfiles/storage_object.rb

#refreshObject Also known as: populate

Refreshes the object metadata



28
29
30
31
# File 'lib/cloudfiles/storage_object.rb', line 28

def refresh
  @object_metadata = nil
  true
end