module Shoppr class AttributeValue def initialize(cat_mash) Shoppr.map_mash_attrs(self, cat_mash) end end end