You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
All Game class properties visible in the diagram should be defined and set up in the constructor method.
Implement the method can_be_archived?():
1. should override the method from the parent class
2. should return true if parent's method returns true AND if last_played_at is older than 2 years.
3. otherwise, it should return false
The text was updated successfully, but these errors were encountered:
OLIPLICHE
changed the title
Create a Game class in a separate .rb file.
[0.5pt]Create a Game class in a separate .rb file.
Nov 29, 2021
OLIPLICHE
changed the title
[0.5pt]Create a Game class in a separate .rb file.
[0.5pt]Create a Game class in a separate .rb file. - Student C
Nov 29, 2021
OLIPLICHE
changed the title
[0.5pt]Create a Game class in a separate .rb file. - Student C
[2.25pt]Create a Game class in a separate .rb file. - Student C
Nov 29, 2021
All Game class properties visible in the diagram should be defined and set up in the constructor method.
Implement the method can_be_archived?():
The text was updated successfully, but these errors were encountered: