Method: Atech::ObjectStore::File#created_at

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

#created_atObject

Returns the date the file was created



110
111
112
# File 'lib/atech/object_store/file.rb', line 110

def created_at
  @attributes['created_at']
end