Class: RDocF95::Markup::Flow::H
- Inherits:
-
Struct
- Object
- Struct
- RDocF95::Markup::Flow::H
- Defined in:
- lib/rdoc-f95/markup/to_flow.rb
Instance Attribute Summary collapse
-
#level ⇒ Object
Returns the value of attribute level.
-
#text ⇒ Object
Returns the value of attribute text.
Instance Attribute Details
#level ⇒ Object
Returns the value of attribute level
23 24 25 |
# File 'lib/rdoc-f95/markup/to_flow.rb', line 23 def level @level end |
#text ⇒ Object
Returns the value of attribute text
23 24 25 |
# File 'lib/rdoc-f95/markup/to_flow.rb', line 23 def text @text end |