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