issues
search
Metsanpeitto
/
capstone-4_ruby
GNU General Public License v3.0
1
stars
0
forks
source link
[1pt] add_item method in the Author class
#42
Open
PolinaStamenova
opened
3 years ago
PolinaStamenova
commented
3 years ago
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)
add_item method in the Author class