Class: Markdown::Merge::FileAnalysis::InlineReferenceOwner

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

Instance Attribute Summary collapse

Instance Attribute Details

#end_columnObject

Returns the value of attribute end_column

Returns:

  • (Object)

    the current value of end_column



75
76
77
# File 'lib/markdown/merge/file_analysis.rb', line 75

def end_column
  @end_column
end

#labelObject

Returns the value of attribute label

Returns:

  • (Object)

    the current value of label



75
76
77
# File 'lib/markdown/merge/file_analysis.rb', line 75

def label
  @label
end

#labelsObject

Returns the value of attribute labels

Returns:

  • (Object)

    the current value of labels



75
76
77
# File 'lib/markdown/merge/file_analysis.rb', line 75

def labels
  @labels
end

#lineObject

Returns the value of attribute line

Returns:

  • (Object)

    the current value of line



75
76
77
# File 'lib/markdown/merge/file_analysis.rb', line 75

def line
  @line
end

#locationObject

Returns the value of attribute location

Returns:

  • (Object)

    the current value of location



75
76
77
# File 'lib/markdown/merge/file_analysis.rb', line 75

def location
  @location
end

#reference_kindObject

Returns the value of attribute reference_kind

Returns:

  • (Object)

    the current value of reference_kind



75
76
77
# File 'lib/markdown/merge/file_analysis.rb', line 75

def reference_kind
  @reference_kind
end

#sourceObject

Returns the value of attribute source

Returns:

  • (Object)

    the current value of source



75
76
77
# File 'lib/markdown/merge/file_analysis.rb', line 75

def source
  @source
end

#start_columnObject

Returns the value of attribute start_column

Returns:

  • (Object)

    the current value of start_column



75
76
77
# File 'lib/markdown/merge/file_analysis.rb', line 75

def start_column
  @start_column
end