Class: SM::Flow::H

Inherits:
Struct
  • Object
show all
Defined in:
lib/rdoc/markup/simple_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



22
23
24
# File 'lib/rdoc/markup/simple_markup/to_flow.rb', line 22

def level
  @level
end

#textObject

Returns the value of attribute text

Returns:

  • (Object)

    the current value of text



22
23
24
# File 'lib/rdoc/markup/simple_markup/to_flow.rb', line 22

def text
  @text
end