Mwapsam / ruby-capstone

In this project, you can create items (games, music albums, books) and store them in a database. This is Ruby capstone project for Microverse program.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

[1pt] Team member #1: Create book and label classes

VSeray opened this issue · 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.