Method: Atech::ObjectStore::File#size

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

#sizeObject

Returns the size of the file as an integer



105
106
107
# File 'lib/atech/object_store/file.rb', line 105

def size
  @attributes['size'].to_i
end