Method: ODFWriter::Section#initialize
- Defined in:
- lib/odf_writer/section.rb
#initialize(options) ⇒ Section
initialize
39 40 41 42 43 44 45 46 47 48 49 50 51 52 |
# File 'lib/odf_writer/section.rb', line 39 def initialize() @name = [:name] @field = [:field] @key = @field || @name @collection = [:collection] @proc = [:proc] @fields = [] @bookmarks = [] @images = [] @texts = [] @tables = [] @sections = [] end |