Class: Markdown::Merge::FileAnalysis::HtmlCommentOwner
- Inherits:
-
Struct
- Object
- Struct
- Markdown::Merge::FileAnalysis::HtmlCommentOwner
- 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
73 74 75 |
# File 'lib/markdown/merge/file_analysis.rb', line 73 def location @location end |
#source ⇒ Object
Returns the value of attribute source
73 74 75 |
# File 'lib/markdown/merge/file_analysis.rb', line 73 def source @source end |
#text ⇒ Object
Returns the value of attribute text
73 74 75 |
# File 'lib/markdown/merge/file_analysis.rb', line 73 def text @text end |