class Yt::Models::FileDetail
@private Encapsulates basic information about the video file itself, including the file name, size, type, and container. @see developers.google.com/youtube/v3/docs/videos#fileDetails
Attributes
Public Class Methods
Source
# File lib/yt/models/file_detail.rb, line 12 def initialize(options = {}) @data = options[:data] || {} end