Method: Atech::ObjectStore::File#blob

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

#blobObject

Returns the blob data



120
121
122
# File 'lib/atech/object_store/file.rb', line 120

def blob
  @attributes['blob']
end