class Yt::Models::BulkReport
Provides methods to interact with YouTube Analytics bulk reports. @see developers.google.com/youtube/reporting/v1/reference/rest/v1/jobs.reports
Attributes
@private
Public Class Methods
Source
# File lib/yt/models/bulk_report.rb, line 17 def initialize(options = {}) @data = options.fetch(:data, {}) @auth = options[:auth] end
@private