issues
search
abel-tefera
/
catalog-of-my-things
Ruby group capstone project
MIT License
0
stars
0
forks
source link
[2pt] (Team member #1) Create book & Label class
#5
Closed
abel-tefera
closed
1 year ago
abel-tefera
commented
1 year ago
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.
Book
class in a separate .rb file.Label
class with an association to the Item class (in a separate .rb file).