Class: Sablon::DOM::Numbering::Definition
- Inherits:
-
Struct
- Object
- Struct
- Sablon::DOM::Numbering::Definition
- Defined in:
- lib/sablon/document_object_model/numbering.rb
Instance Attribute Summary collapse
-
#abstract_id ⇒ Object
Returns the value of attribute abstract_id.
-
#numid ⇒ Object
Returns the value of attribute numid.
-
#style ⇒ Object
Returns the value of attribute style.
Instance Attribute Details
#abstract_id ⇒ Object
Returns the value of attribute abstract_id
7 8 9 |
# File 'lib/sablon/document_object_model/numbering.rb', line 7 def abstract_id @abstract_id end |
#numid ⇒ Object
Returns the value of attribute numid
7 8 9 |
# File 'lib/sablon/document_object_model/numbering.rb', line 7 def numid @numid end |
#style ⇒ Object
Returns the value of attribute style
7 8 9 |
# File 'lib/sablon/document_object_model/numbering.rb', line 7 def style @style end |