Method: Atech::ObjectStore::File#created_at

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

#created_atObject

Returns the date the file was created



112
113
114
# File 'lib/atech/object_store/file.rb', line 112

def created_at
  @attributes['created_at']
end