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