Method: AliseeksApi::ProductReview.attribute_map
- Defined in:
- lib/aliseeks_api/models/product_review.rb
.attribute_map ⇒ Object
Attribute mapping from ruby-style variable name to JSON key.
52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 |
# File 'lib/aliseeks_api/models/product_review.rb', line 52 def self.attribute_map { :'buyer_name' => :'buyerName', :'buyer_country' => :'buyerCountry', :'buyer_rating' => :'buyerRating', :'review_date' => :'reviewDate', :'review' => :'review', :'translated_review' => :'translatedReview', :'images' => :'images', :'shipping' => :'shipping', :'sku_information' => :'skuInformation', :'down_votes' => :'downVotes', :'up_votes' => :'upVotes' } end |