Class: GiantBomb::Platform

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

Constant Summary collapse

@@fields =
[
  :abbreviation,      # Abbreviation of the platform.
  :api_detail_url,    # URL pointing to the platform detail resource
  :company,           # Company that created the platform.
  :date_added,        # Date the platform was added to Giant Bomb
  :date_last_updated, # Date the platform was last updated on Giant Bomb
  :deck,              # Brief summary of the platform
  :description,       # Description of the platform
  :id,                # Unique ID of the platform
  :image,             # Main Image of the platform
  :install_base,      # Approximate number of sold hardware units.
  :name,              # Name of the platform
  :online_support,    # Flag indicating whether the platform has online capabilities.
  :original_price,    # Initial price point of the platform.
  :release_date,      # Date of the platform
  :site_detail_url,   # URL pointing to the platform 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