Class: Markdown::Merge::FileAnalysis::HeadingSectionOwner
- Inherits:
-
Struct
- Object
- Struct
- Markdown::Merge::FileAnalysis::HeadingSectionOwner
- Defined in:
- lib/markdown/merge/file_analysis.rb
Instance Attribute Summary collapse
-
#base ⇒ Object
Returns the value of attribute base.
-
#heading_source ⇒ Object
Returns the value of attribute heading_source.
-
#heading_text ⇒ Object
Returns the value of attribute heading_text.
-
#level ⇒ Object
Returns the value of attribute level.
-
#location ⇒ Object
Returns the value of attribute location.
Instance Attribute Details
#base ⇒ Object
Returns the value of attribute base
71 72 73 |
# File 'lib/markdown/merge/file_analysis.rb', line 71 def base @base end |
#heading_source ⇒ Object
Returns the value of attribute heading_source
71 72 73 |
# File 'lib/markdown/merge/file_analysis.rb', line 71 def heading_source @heading_source end |
#heading_text ⇒ Object
Returns the value of attribute heading_text
71 72 73 |
# File 'lib/markdown/merge/file_analysis.rb', line 71 def heading_text @heading_text end |
#level ⇒ Object
Returns the value of attribute level
71 72 73 |
# File 'lib/markdown/merge/file_analysis.rb', line 71 def level @level end |
#location ⇒ Object
Returns the value of attribute location
71 72 73 |
# File 'lib/markdown/merge/file_analysis.rb', line 71 def location @location end |