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