Class: GiantBomb::RatingBoard

Inherits:
Resource
  • Object
show all
Defined in:
lib/giantbomb/resources/rating_board.rb

Constant Summary collapse

@@fields =
[
  :api_detail_url,    # URL pointing to the rating_board detail resource
  :date_added,        # Date the rating_board was added to Giant Bomb
  :date_last_updated, # Date the rating_board was last updated on Giant Bomb
  :deck,              # Brief summary of the rating_board
  :description,       # Description of the rating_board
  :id,                # Unique ID of the rating_board
  :image,             # Main image of the rating_board
  :name,              # Name of the rating_board
  :region,            # Region the rating_board is responsible for
  :site_detail_url    # URL pointing to the rating_board on Giant Bomb
]

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