harshi0102 / ruby-capstone

Ruby Capstone Project is an app that will have the option to record what books, games, and music albums are in our library and includes labels, authors and genres
MIT License
0 stars 0 forks source link

[1pt] Team member #1 Implement methods Game and Author class #23

Closed harshi0102 closed 1 year ago

harshi0102 commented 1 year ago

-Implement methods Game and Author class (2)

Implement methods: add_item method in the Author class should take an instance of the Item class as an input should add the input item to the collection of items should add self as a property of the item object (by using the correct setter from the item object) can_be_archived?() in the Game class should override the method from the parent class should return true if parent's method returns true AND if last_played_at is older than 2 years otherwise, it should return false