Ruby Capstone Project is an app that will have the option to record what books, games, and music albums are in our library and includes labels, authors and genres
MIT License
0
stars
0
forks
source link
[1pt] Team member #1: Create book and label classes #13
Create a Book class in a separate .rb file.
Create a Label class with an association to the Item class (in a separate .rb file).
All Book class properties visible in the diagram should be defined and set up in the constructor method.
All Label class properties visible in the diagram should be defined and set up in the constructor method.
Create a Book class in a separate .rb file. Create a Label class with an association to the Item class (in a separate .rb file). All Book class properties visible in the diagram should be defined and set up in the constructor method. All Label class properties visible in the diagram should be defined and set up in the constructor method.