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