Class: Markdown::Merge::FileAnalysis::LinkDefinitionOwner

Inherits:
Struct
  • Object
show all
Defined in:
lib/markdown/merge/file_analysis.rb

Instance Attribute Summary collapse

Instance Attribute Details

#labelObject

Returns the value of attribute label

Returns:

  • (Object)

    the current value of label



72
73
74
# File 'lib/markdown/merge/file_analysis.rb', line 72

def label
  @label
end

#locationObject

Returns the value of attribute location

Returns:

  • (Object)

    the current value of location



72
73
74
# File 'lib/markdown/merge/file_analysis.rb', line 72

def location
  @location
end

#sourceObject

Returns the value of attribute source

Returns:

  • (Object)

    the current value of source



72
73
74
# File 'lib/markdown/merge/file_analysis.rb', line 72

def source
  @source
end

#titleObject

Returns the value of attribute title

Returns:

  • (Object)

    the current value of title



72
73
74
# File 'lib/markdown/merge/file_analysis.rb', line 72

def title
  @title
end

#urlObject

Returns the value of attribute url

Returns:

  • (Object)

    the current value of url



72
73
74
# File 'lib/markdown/merge/file_analysis.rb', line 72

def url
  @url
end