Method: Playlist#tracks
- Defined in:
- lib/playlist.rb
#tracks ⇒ Array<Track> (readonly)
Get the array that contains the list of track for this playlist
41 42 43 |
# File 'lib/playlist.rb', line 41 def tracks @tracks end |
Get the array that contains the list of track for this playlist
41 42 43 |
# File 'lib/playlist.rb', line 41 def tracks @tracks end |