Samuelwanza / catalog-of-my-things

This capstone projects aims to apply the features regarding databases and ruby

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

[1.0pt] Create Item Class - Group Task

Samuelwanza opened this issue · comments

  • Create Item class in a separate .rb file.
  • 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.
  • Add all methods visible in the diagram.

#32