Class: GiantBomb::Accessory

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

Constant Summary collapse

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