AkashaRojee/ruby-capstone

[2pt] Set Up Genre class

Opened this issue · 0 comments

  • Create MusicAlbum class in a separate .rb file.

  • Create Genre class with an association to the Item class (in a separate .rb file).

  • All MusicAlbum class properties visible in the diagram should be defined and set up in the constructor method.

  • All Genre class properties visible in the diagram should be defined and set up in the constructor method.