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