class Yt::Models::Player
@private Encapsulates information about a video player. @see developers.google.com/youtube/v3/docs/videos#player
Attributes
Public Class Methods
Source
# File lib/yt/models/player.rb, line 11 def initialize(options = {}) @data = options[:data] end