Class: Markdown::Merge::FileAnalysis::ListItemOwner
- Inherits:
-
Struct
- Object
- Struct
- Markdown::Merge::FileAnalysis::ListItemOwner
- Defined in:
- lib/markdown/merge/file_analysis.rb
Instance Attribute Summary collapse
-
#depth ⇒ Object
Returns the value of attribute depth.
-
#location ⇒ Object
Returns the value of attribute location.
-
#marker ⇒ Object
Returns the value of attribute marker.
-
#source ⇒ Object
Returns the value of attribute source.
-
#text ⇒ Object
Returns the value of attribute text.
Instance Attribute Details
#depth ⇒ Object
Returns the value of attribute depth
74 75 76 |
# File 'lib/markdown/merge/file_analysis.rb', line 74 def depth @depth end |
#location ⇒ Object
Returns the value of attribute location
74 75 76 |
# File 'lib/markdown/merge/file_analysis.rb', line 74 def location @location end |
#marker ⇒ Object
Returns the value of attribute marker
74 75 76 |
# File 'lib/markdown/merge/file_analysis.rb', line 74 def marker @marker end |
#source ⇒ Object
Returns the value of attribute source
74 75 76 |
# File 'lib/markdown/merge/file_analysis.rb', line 74 def source @source end |
#text ⇒ Object
Returns the value of attribute text
74 75 76 |
# File 'lib/markdown/merge/file_analysis.rb', line 74 def text @text end |