Sha256: d332029b3519eb9e27183915228debf68b200925be9448ba9a161697bdfbf959
Contents?: true
Size: 468 Bytes
Versions: 22
Compression:
Stored size: 468 Bytes
Contents
class YouTubeG module Model class Thumbnail < YouTubeG::Record # *String*:: URL for the thumbnail image. attr_reader :url # *Fixnum*:: Height of the thumbnail image. attr_reader :height # *Fixnum*:: Width of the thumbnail image. attr_reader :width # *String*:: Specifies the time offset at which the frame shown in the thumbnail image appears in the video. attr_reader :time end end end
Version data entries
22 entries across 22 versions & 11 rubygems