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
data[R]
Public Class Methods
new(options = {})
click to toggle source
# File lib/yt/models/file_detail.rb, line 12 def initialize(options = {}) @data = options[:data] || {} end