Method: CloudFiles::StorageObject#last_modified

Defined in:
lib/cloudfiles/storage_object.rb

#last_modifiedObject

Date of the object’s last modification



66
67
68
# File 'lib/cloudfiles/storage_object.rb', line 66

def last_modified
  self.[:last_modified]
end