Class: RDocF95::Markup::Flow::H

Inherits:
Struct
  • Object
show all
Defined in:
lib/rdoc-f95/markup/to_flow.rb

Instance Attribute Summary collapse

Instance Attribute Details

#levelObject

Returns the value of attribute level

Returns:

  • (Object)

    the current value of level



23
24
25
# File 'lib/rdoc-f95/markup/to_flow.rb', line 23

def level
  @level
end

#textObject

Returns the value of attribute text

Returns:

  • (Object)

    the current value of text



23
24
25
# File 'lib/rdoc-f95/markup/to_flow.rb', line 23

def text
  @text
end