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
Public Class Methods
Source
# File lib/yt/models/statistics_set.rb, line 13 def initialize(options = {}) @data = options[:data] end