beteland123/ruby-capstone

[1pt] Create Item class

Opened 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.