fb2/lib/models/fb2_book.rb

4 lines
130 B
Ruby

class Fb2Book
attr_accessor :title, :author_first_name, :author_last_name, :annotation, :genre, :lang, :keywords, :sections
end