Advertisement
Guest User

Untitled

a guest
May 28th, 2015
266
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.30 KB | None | 0 0
  1. class Book
  2. def initialize(title, author, publication_date, page_count, rating)
  3. @title = title
  4. @author = author
  5. @publication_year = publication_year
  6. @page_count = page_count
  7. @rating = rating
  8. end
  9. end
  10.  
  11. Book.new(“Go Set A Watchman”, “Harper Lee”, 7/14/2015, 288, TBD)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement