Class: GiantBomb::Theme

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

Constant Summary collapse

@@fields =
[
  :api_detail_url, # URL pointing to the theme detail resource
  :id,             # Unique ID of the theme
  :name,           # Name of the theme
  :site_detail_url # URL pointing to the theme 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