Class: Markdown::Merge::FileAnalysis::InlineReferenceOwner
- Inherits:
-
Struct
- Object
- Struct
- Markdown::Merge::FileAnalysis::InlineReferenceOwner
- Defined in:
- lib/markdown/merge/file_analysis.rb
Instance Attribute Summary collapse
-
#end_column ⇒ Object
Returns the value of attribute end_column.
-
#label ⇒ Object
Returns the value of attribute label.
-
#labels ⇒ Object
Returns the value of attribute labels.
-
#line ⇒ Object
Returns the value of attribute line.
-
#location ⇒ Object
Returns the value of attribute location.
-
#reference_kind ⇒ Object
Returns the value of attribute reference_kind.
-
#source ⇒ Object
Returns the value of attribute source.
-
#start_column ⇒ Object
Returns the value of attribute start_column.
Instance Attribute Details
#end_column ⇒ Object
Returns the value of attribute end_column
75 76 77 |
# File 'lib/markdown/merge/file_analysis.rb', line 75 def end_column @end_column end |
#label ⇒ Object
Returns the value of attribute label
75 76 77 |
# File 'lib/markdown/merge/file_analysis.rb', line 75 def label @label end |
#labels ⇒ Object
Returns the value of attribute labels
75 76 77 |
# File 'lib/markdown/merge/file_analysis.rb', line 75 def labels @labels end |
#line ⇒ Object
Returns the value of attribute line
75 76 77 |
# File 'lib/markdown/merge/file_analysis.rb', line 75 def line @line end |
#location ⇒ Object
Returns the value of attribute location
75 76 77 |
# File 'lib/markdown/merge/file_analysis.rb', line 75 def location @location end |
#reference_kind ⇒ Object
Returns the value of attribute reference_kind
75 76 77 |
# File 'lib/markdown/merge/file_analysis.rb', line 75 def reference_kind @reference_kind end |
#source ⇒ Object
Returns the value of attribute source
75 76 77 |
# File 'lib/markdown/merge/file_analysis.rb', line 75 def source @source end |
#start_column ⇒ Object
Returns the value of attribute start_column
75 76 77 |
# File 'lib/markdown/merge/file_analysis.rb', line 75 def start_column @start_column end |