Class: GiantBomb::Review
Constant Summary collapse
- @@fields =
[ :api_detail_url, # URL pointing to the review detail resource :deck, # Brief summary of the review :description, # Description of the review :dlc, # Date the franchise was added to Giant Bomb :dlc_name, # Name of the Downloadable Content package :game, # Game the review is for :publish_date, # Date the review was published on Giant Bomb :release, # Release of game for review :reviewer, # Name of the review's author :score, # The score given to the game on a scale of 1 to 5 :site_detail_url, # URL pointing to the review on Giant Bomb :platforms, # Platforms the review appeared in. ]
Method Summary
Methods inherited from Resource
detail, endpoint_id, endpoints, has_resource, #initialize, list, search
Constructor Details
This class inherits a constructor from GiantBomb::Resource