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