Class: Markdown::Merge::FileAnalysis::ListItemOwner

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

Instance Attribute Summary collapse

Instance Attribute Details

#depthObject

Returns the value of attribute depth

Returns:

  • (Object)

    the current value of depth



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

def depth
  @depth
end

#locationObject

Returns the value of attribute location

Returns:

  • (Object)

    the current value of location



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

def location
  @location
end

#markerObject

Returns the value of attribute marker

Returns:

  • (Object)

    the current value of marker



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

def marker
  @marker
end

#sourceObject

Returns the value of attribute source

Returns:

  • (Object)

    the current value of source



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

def source
  @source
end

#textObject

Returns the value of attribute text

Returns:

  • (Object)

    the current value of text



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

def text
  @text
end