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