Class: Docxer::Word::Themes::Theme
- Inherits:
-
Object
- Object
- Docxer::Word::Themes::Theme
- Defined in:
- lib/docxer/word/themes/theme.rb
Instance Attribute Summary collapse
-
#sequence ⇒ Object
Returns the value of attribute sequence.
Instance Method Summary collapse
-
#initialize ⇒ Theme
constructor
A new instance of Theme.
- #render ⇒ Object
- #set_sequence(sequence) ⇒ Object
Constructor Details
#initialize ⇒ Theme
Returns a new instance of Theme.
9 10 |
# File 'lib/docxer/word/themes/theme.rb', line 9 def initialize end |
Instance Attribute Details
#sequence ⇒ Object
Returns the value of attribute sequence.
8 9 10 |
# File 'lib/docxer/word/themes/theme.rb', line 8 def sequence @sequence end |