fb2/lib/models/fb2_book.rb

4 lines
130 B
Ruby
Raw Normal View History

2011-07-17 21:36:09 +00:00
class Fb2Book
attr_accessor :title, :author_first_name, :author_last_name, :annotation, :genre, :lang, :keywords, :sections
end