Module: LittleWeasel::Metadata::Metadatable::ClassMethods

Defined in:
lib/LittleWeasel/metadata/metadatable.rb

Overview

class method inclusions for convenience.

Instance Method Summary collapse

Instance Method Details

#metadata_keyObject

Override this method to return the metadata key associated with this metadata object in the dictionary cache.



21
22
23
# File 'lib/LittleWeasel/metadata/metadatable.rb', line 21

def 
  to_sym
end