Class: GiantBomb::Promo

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

Constant Summary collapse

@@fields =
[
  :api_detail_url, # URL pointing to the promo detail resource
  :date_added,     # Date the promo was added to Giant Bomb
  :deck,           # Brief summary of the promo
  :id,             # Unique ID of the promo
  :image,          # Main image of the promo
  :link,           # The link that promo points to
  :name,           # Name of the promo
  :resource_type,  # The type of resource the promo is pointing towards
  :user            # Author of the promo
]

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