class Yt::Models::StatisticsSet

@private Encapsulates statistics about the resource, such as the number of times the resource has been viewed or liked. @see developers.google.com/youtube/v3/docs/videos#resource @see developers.google.com/youtube/v3/docs/channels#resource-representation

Attributes

data[R]

Public Class Methods

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