fb2/lib/models/fb2_section.rb

4 lines
55 B
Ruby
Raw Normal View History

2011-07-17 21:36:09 +00:00
class Fb2Section
attr_accessor :title, :contents
end