Sha256: a47d63cb6c423e78be7dc9cca05f3c828a12edc99b457675bc4d85bd1409ecd8
Contents?: true
Size: 236 Bytes
Versions: 1
Compression:
Stored size: 236 Bytes
Contents
module Shoppr class ConsumerReview attr_accessor :featured_ratings def initialize(cat_mash) Shoppr.map_mash_attrs(self, cat_mash) @rating = self.rating.overallRating end end end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
shoppr-0.2.3 | lib/shoppr/consumer_review.rb |