Class: Alexandrite::Bookshelf

Inherits:
Object
  • Object
show all
Defined in:
lib/alexandrite_bookshelf.rb

Overview

Create a collection of books

Instance Method Summary collapse

Constructor Details

#initializeBookshelf

Returns a new instance of Bookshelf.



10
11
12
# File 'lib/alexandrite_bookshelf.rb', line 10

def initialize
  @book_collection = []
end