Class: SM::Flow::LI

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



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

def body
  @body
end

#labelObject

Returns the value of attribute label

Returns:

  • (Object)

    the current value of label



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

def label
  @label
end