fb2/lib/models/fb2_section.rb

4 lines
55 B
Ruby

class Fb2Section
attr_accessor :title, :contents
end