class Yt::Collections::BulkReports

@private

Private Instance Methods

items_key() click to toggle source
# File lib/yt/collections/bulk_reports.rb, line 19
def items_key
  'reports'
end
list_params() click to toggle source
Calls superclass method Yt::Actions::List#list_params
# 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