Class: Shoppr::AttributeValue
- Inherits:
-
Object
- Object
- Shoppr::AttributeValue
- Defined in:
- lib/shoppr/attribute_value.rb
Instance Method Summary collapse
-
#initialize(cat_mash) ⇒ AttributeValue
constructor
A new instance of AttributeValue.
Constructor Details
#initialize(cat_mash) ⇒ AttributeValue
Returns a new instance of AttributeValue.
4 5 6 |
# File 'lib/shoppr/attribute_value.rb', line 4 def initialize(cat_mash) Shoppr.map_mash_attrs(self, cat_mash) end |