adeola003 / my_things_ruby_capstone

MIT License
3 stars 1 forks source link

[1pt] Create Item class in a separate .rb file. (group task). #2

Closed adeola003 closed 1 year ago

adeola003 commented 1 year ago

All Item class properties visible in the diagram should be defined and set up in the constructor method. Exception: properties for the 1-to-many relationships should NOT be set in the constructor method. Instead, they should have a custom setter method created.