Module: Yt::Associations::PartneredChannels

Defined in:
lib/yt/associations/partnered_channels.rb

Overview

Provides the ‘has_many :partnered_channels` method to YouTube resources, which allows to access to partnered channel-specific methods. YouTube resources with a channel are: content owners.

Instance Method Summary collapse

Instance Method Details

#partnered_channelsObject



9
10
11
# File 'lib/yt/associations/partnered_channels.rb', line 9

def partnered_channels
  @partnered_channels ||= Collections::PartneredChannels.of self
end