Class: GiantBomb::VideoType

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

Constant Summary collapse

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