Class: Docxer::Word::Footnotes
- Inherits:
-
Object
- Object
- Docxer::Word::Footnotes
- Defined in:
- lib/docxer/word/footnotes.rb
Instance Attribute Summary collapse
-
#options ⇒ Object
Returns the value of attribute options.
Instance Method Summary collapse
-
#initialize(options = {}) ⇒ Footnotes
constructor
A new instance of Footnotes.
- #render(zip) ⇒ Object
Constructor Details
#initialize(options = {}) ⇒ Footnotes
Returns a new instance of Footnotes.
6 7 8 |
# File 'lib/docxer/word/footnotes.rb', line 6 def initialize(={}) @options = end |
Instance Attribute Details
#options ⇒ Object
Returns the value of attribute options.
5 6 7 |
# File 'lib/docxer/word/footnotes.rb', line 5 def @options end |