Class: Rpub::Document::OutlineElement
- Inherits:
-
Struct
- Object
- Struct
- Rpub::Document::OutlineElement
- Defined in:
- lib/rpub/document.rb
Instance Attribute Summary collapse
-
#html_id ⇒ Object
Returns the value of attribute html_id.
-
#level ⇒ Object
Returns the value of attribute level.
-
#text ⇒ Object
Returns the value of attribute text.
Instance Attribute Details
#html_id ⇒ Object
Returns the value of attribute html_id
7 8 9 |
# File 'lib/rpub/document.rb', line 7 def html_id @html_id end |
#level ⇒ Object
Returns the value of attribute level
7 8 9 |
# File 'lib/rpub/document.rb', line 7 def level @level end |
#text ⇒ Object
Returns the value of attribute text
7 8 9 |
# File 'lib/rpub/document.rb', line 7 def text @text end |