Class: Docxer::Properties
- Inherits:
-
Object
- Object
- Docxer::Properties
- Defined in:
- lib/docxer/properties.rb,
lib/docxer/properties/app.rb,
lib/docxer/properties/core.rb
Defined Under Namespace
Instance Attribute Summary collapse
-
#app ⇒ Object
Returns the value of attribute app.
-
#core ⇒ Object
Returns the value of attribute core.
-
#options ⇒ Object
Returns the value of attribute options.
Instance Method Summary collapse
-
#initialize(options) ⇒ Properties
constructor
A new instance of Properties.
- #render(zip) ⇒ Object
Constructor Details
#initialize(options) ⇒ Properties
Returns a new instance of Properties.
8 9 10 |
# File 'lib/docxer/properties.rb', line 8 def initialize() @options = end |
Instance Attribute Details
#app ⇒ Object
Returns the value of attribute app.
6 7 8 |
# File 'lib/docxer/properties.rb', line 6 def app @app end |
#core ⇒ Object
Returns the value of attribute core.
6 7 8 |
# File 'lib/docxer/properties.rb', line 6 def core @core end |
#options ⇒ Object
Returns the value of attribute options.
6 7 8 |
# File 'lib/docxer/properties.rb', line 6 def @options end |