Method: Atech::ObjectStore::File#initialize

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

#initialize(attributes) ⇒ File

Initialises a new File object with the hash of attributes from a MySQL query ensuring that all symbols are strings



85
86
87
# File 'lib/atech/object_store/file.rb', line 85

def initialize(attributes)
  @attributes = parsed_attributes(attributes)
end