Method: Atech::ObjectStore::File#updated_at

Defined in:
lib/atech/object_store/file.rb

#updated_atObject

Returns the date the file was last updated



115
116
117
# File 'lib/atech/object_store/file.rb', line 115

def updated_at
  @attributes['updated_at']
end