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