lordksix/catalog-things-ruby

[2pt]Create Item class - Group Task

Closed this issue · 0 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.