Class: Markdown::Merge::FileAnalysis::LinkDefinitionOwner
- Inherits:
-
Struct
- Object
- Struct
- Markdown::Merge::FileAnalysis::LinkDefinitionOwner
- Defined in:
- lib/markdown/merge/file_analysis.rb
Instance Attribute Summary collapse
-
#label ⇒ Object
Returns the value of attribute label.
-
#location ⇒ Object
Returns the value of attribute location.
-
#source ⇒ Object
Returns the value of attribute source.
-
#title ⇒ Object
Returns the value of attribute title.
-
#url ⇒ Object
Returns the value of attribute url.
Instance Attribute Details
#label ⇒ Object
Returns the value of attribute label
72 73 74 |
# File 'lib/markdown/merge/file_analysis.rb', line 72 def label @label end |
#location ⇒ Object
Returns the value of attribute location
72 73 74 |
# File 'lib/markdown/merge/file_analysis.rb', line 72 def location @location end |
#source ⇒ Object
Returns the value of attribute source
72 73 74 |
# File 'lib/markdown/merge/file_analysis.rb', line 72 def source @source end |
#title ⇒ Object
Returns the value of attribute title
72 73 74 |
# File 'lib/markdown/merge/file_analysis.rb', line 72 def title @title end |
#url ⇒ Object
Returns the value of attribute url
72 73 74 |
# File 'lib/markdown/merge/file_analysis.rb', line 72 def url @url end |