vanina123 / Ruby-capstone

MIT License
0 stars 0 forks source link

[3pt] Create a Genre class with an association to the Item class (in a separate .rb file). (MEMBER #2) #9

Closed OnlyUnknown closed 1 year ago

OnlyUnknown commented 1 year ago

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

add_item method in the Genre class

The following options should be available

List all genres (e.g 'Comedy', 'Thriller')