Class: Markdown::Merge::FileAnalysis::HeadingSectionOwner

Inherits:
Struct
  • Object
show all
Defined in:
lib/markdown/merge/file_analysis.rb

Instance Attribute Summary collapse

Instance Attribute Details

#baseObject

Returns the value of attribute base

Returns:

  • (Object)

    the current value of base



71
72
73
# File 'lib/markdown/merge/file_analysis.rb', line 71

def base
  @base
end

#heading_sourceObject

Returns the value of attribute heading_source

Returns:

  • (Object)

    the current value of heading_source



71
72
73
# File 'lib/markdown/merge/file_analysis.rb', line 71

def heading_source
  @heading_source
end

#heading_textObject

Returns the value of attribute heading_text

Returns:

  • (Object)

    the current value of heading_text



71
72
73
# File 'lib/markdown/merge/file_analysis.rb', line 71

def heading_text
  @heading_text
end

#levelObject

Returns the value of attribute level

Returns:

  • (Object)

    the current value of level



71
72
73
# File 'lib/markdown/merge/file_analysis.rb', line 71

def level
  @level
end

#locationObject

Returns the value of attribute location

Returns:

  • (Object)

    the current value of location



71
72
73
# File 'lib/markdown/merge/file_analysis.rb', line 71

def location
  @location
end