ciraganenicole / ruby-capstone

3 stars 2 forks source link

[0.5pt] Define properties of Item class: Group Task #31

Open ciraganenicole opened 2 years ago

ciraganenicole commented 2 years 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.