Class: GiantBomb::Video

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

Constant Summary collapse

@@fields =
[
  :api_detail_url,  # URL pointing to the video detail resource
  :deck,            # Brief summary of the video
  :id,              # Unique ID of the video
  :image,           # Image associated with the video
  :name,            # Title of the video
  :publish_date,    # Date the video was published on Giant Bomb
  :site_detail_url, # URL pointing to the video on Giant Bomb
  :url,             # The video's filename
  :user             # Author of the video
]

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