Class: GiantBomb::Genre

Inherits:
Resource show all
Defined in:
lib/giantbomb/resources/genre.rb

Constant Summary collapse

@@fields =
[
  :api_detail_url,    # URL pointing to the genre detail resource
  :date_added,        # Date the genre was added to Giant Bomb
  :date_last_updated, # Date the genre was last updated on Giant Bomb
  :deck,              # Brief summary of the genre
  :description,       # Description of the genre
  :id,                # Unique ID of the genre
  :image,             # Main image of the genre
  :site_detail_url,   # Name of the genre
  :name               # URL pointing to the genre 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