Class: RDoc::Markup::Flow::LI

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

Instance Attribute Summary collapse

Instance Attribute Details

#bodyObject

Returns the value of attribute body

Returns:

  • (Object)

    the current value of body



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

def body
  @body
end

#labelObject

Returns the value of attribute label

Returns:

  • (Object)

    the current value of label



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

def label
  @label
end