Method: Atech::ObjectStore::File#name

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

#nameObject

Returns the name of the file



100
101
102
# File 'lib/atech/object_store/file.rb', line 100

def name
  @attributes['name']
end