Method: AliseeksApi::ProductReview#hash
- Defined in:
- lib/aliseeks_api/models/product_review.rb
#hash ⇒ Fixnum
Calculates hash code according to all attributes.
179 180 181 |
# File 'lib/aliseeks_api/models/product_review.rb', line 179 def hash [buyer_name, buyer_country, , review_date, review, translated_review, images, shipping, sku_information, down_votes, up_votes].hash end |