module LittleWeasel::Metadata::Metadatable::ClassMethods

class method inclusions for convenience.

Public Instance Methods

metadata_key() click to toggle source

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

# File lib/LittleWeasel/metadata/metadatable.rb, line 19
def metadata_key
  to_sym
end