Last active
July 30, 2019 02:27
-
-
Save Dustin-Mikusko/e6c270f245d81baed0f72ecb043c343e to your computer and use it in GitHub Desktop.
Mod_0_class_gist
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Class: Playlist | |
Attributes: | |
Playlist_name (String) | |
Number_of_songs (integer) | |
Repeat (boolean) | |
Methods: | |
rename (changes Playlist_name) | |
add_song (changes number_of_songs) | |
toggle_repeat_option (changes repeat value) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment