Method: Yt::Models::PlaylistItem#channel_id
- Defined in:
- lib/yt/models/playlist_item.rb
#channel_id ⇒ String (readonly)
Returns the ID of the channel that the item belongs to.
34 |
# File 'lib/yt/models/playlist_item.rb', line 34 delegate :channel_id, to: :snippet |