class Yt::Collections::BulkReports
@private
Private Instance Methods
Source
# File lib/yt/collections/bulk_reports.rb, line 11 def list_params super.tap do |params| params[:host] = 'youtubereporting.googleapis.com' params[:path] = "/v1/jobs/#{@parent.id}/reports" params[:params] = {on_behalf_of_content_owner: @parent.auth.owner_name} end end
Calls superclass method
Yt::Actions::List#list_params