Class: Markdown::Merge::ProviderBackend::Heading

Inherits:
Data
  • Object
show all
Defined in:
lib/markdown/merge/source_preserving_provider.rb,
sig/markdown/merge.rbs

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initializeObject



32
# File 'sig/markdown/merge.rbs', line 32

def initialize: (

Instance Attribute Details

#end_lineObject (readonly)

Returns the value of attribute end_line

Returns:

  • (Object)

    the current value of end_line



12
13
14
# File 'lib/markdown/merge/source_preserving_provider.rb', line 12

def end_line
  @end_line
end

#levelObject (readonly)

Returns the value of attribute level

Returns:

  • (Object)

    the current value of level



12
13
14
# File 'lib/markdown/merge/source_preserving_provider.rb', line 12

def level
  @level
end

#start_lineObject (readonly)

Returns the value of attribute start_line

Returns:

  • (Object)

    the current value of start_line



12
13
14
# File 'lib/markdown/merge/source_preserving_provider.rb', line 12

def start_line
  @start_line
end

#styleObject (readonly)

Returns the value of attribute style

Returns:

  • (Object)

    the current value of style



12
13
14
# File 'lib/markdown/merge/source_preserving_provider.rb', line 12

def style
  @style
end

#textObject (readonly)

Returns the value of attribute text

Returns:

  • (Object)

    the current value of text



12
13
14
# File 'lib/markdown/merge/source_preserving_provider.rb', line 12

def text
  @text
end