Class: Markleft::HeadingNode

Inherits:
Struct
  • Object
show all
Defined in:
lib/markleft.rb

Instance Attribute Summary collapse

Instance Attribute Details

#levelObject

Returns the value of attribute level

Returns:

  • (Object)

    the current value of level



193
194
195
# File 'lib/markleft.rb', line 193

def level
  @level
end

#valueObject

Returns the value of attribute value

Returns:

  • (Object)

    the current value of value



193
194
195
# File 'lib/markleft.rb', line 193

def value
  @value
end