class Yt::Group

Provides methods to interact with YouTube Analytics groups. @see developers.google.com/youtube/analytics/v1/reference/groups

Public Class Methods

new(data = {}) click to toggle source
Calls superclass method
# File lib/yt/group.rb, line 21
def initialize(data = {})
  super
  @selected_data_parts = %i(id snippet content_details)
end

Private Instance Methods

part_params() click to toggle source
Calls superclass method
# File lib/yt/group.rb, line 28
def part_params
  super.merge api: 'youtube/analytics/v1'
end