class Yt::Models::Player

@private Encapsulates information about a video player. @see developers.google.com/youtube/v3/docs/videos#player

Attributes

data[R]

Public Class Methods

new(options = {}) click to toggle source
# File lib/yt/models/player.rb, line 11
def initialize(options = {})
  @data = options[:data]
end