mperezbazan / catalog-of-my-things

0 stars 1 forks source link

ADD MusicAlbum and Genre files #49

Closed emmanuellmhango closed 1 year ago

emmanuellmhango commented 1 year ago

I have added the following:

  1. music_album.rb implementing MusicAlbum class
  2. genre.rb implementing Genre class. Implement methods:
    • [ ] add_item method in the Genre class
    • should take an instance of the Item class as an input
    • should add the input item to the collection of items
    • should add self as a property of the item object (by using the correct setter from the item object)