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