Method: Playlist#tracks

Defined in:
lib/playlist.rb

#tracksArray<Track> (readonly)

Get the array that contains the list of track for this playlist

Returns:

  • (Array<Track>)

    an array of tracks in the playlist



41
42
43
# File 'lib/playlist.rb', line 41

def tracks
  @tracks
end