Skip to content

Instantly share code, notes, and snippets.

@StarPerfect
Created May 15, 2019 02:22
Show Gist options
  • Save StarPerfect/b9c7dc13520df45f985fac6d2137ad83 to your computer and use it in GitHub Desktop.
Save StarPerfect/b9c7dc13520df45f985fac6d2137ad83 to your computer and use it in GitHub Desktop.
Class: Playlist
Attributes:
playlist_title (string)
genre (string)
playlist_details (hash)
total_playlist_length
song_list (array)
Methods:
add_song (append playlist_details)
add_song_title (append song_list)
change_playlist_title (edit playlist_title)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment