Kccendana/catalog_of_my_things

[1pt] Basic set up for Book and Labels

Closed this issue · 0 comments

  • Create a Book class in a separate .rb file.
  • Create a Label class with an association to the Item class (in a separate .rb file).
  • All Book class properties visible in the diagram should be defined and set up in the constructor method.
  • All Label class properties visible in the diagram should be defined and set up in the constructor method.