issues
search
Favourezeugwa
/
Catalog-of-Things
This is a console app that helps you to keep a record of different types of things you own: books, music albums, movies, and games. Everything is based on a UML class diagram.
1
stars
0
forks
source link
Group setup Milestone
#35
Closed
Favourezeugwa
closed
2 years ago
Favourezeugwa
commented
2 years ago
Implemented the following in this pull request
Created Item class in a separate .rb file
Added all Item class properties
Added all methods visible in the UML diagram
Implemented methods:
can_be_archived?()
and
move_to_archive()
in the Item class
Created a main.rb file that will serve as your console app entry-point
Implemented startup actions
Implemented the following in this pull request
can_be_archived?()
andmove_to_archive()
in the Item class