abel-tefera / catalog-of-my-things

Ruby group capstone project
MIT License
0 stars 0 forks source link

[2px] (Team member #3) Create Game and Author class #13

Closed Jeddaa closed 1 year ago

Jeddaa commented 1 year ago

Create Game class with an association to the Author class (in a separate .rb file).

All Game class properties visible in the diagram should be defined and set up in the constructor method. All Author class properties visible in the diagram should be defined and set up in the constructor method.