Class: ReadingList::BookFactory

Inherits:
Object
  • Object
show all
Defined in:
lib/reading_list/factories/book_factory.rb

Instance Method Summary collapse

Instance Method Details

#from_json(json_hash) ⇒ Object



5
6
7
# File 'lib/reading_list/factories/book_factory.rb', line 5

def from_json(json_hash)
  Book.new(json_hash)
end