Class: Markdown::Merge::FileAnalysis::TableRowOwner

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

Instance Attribute Summary collapse

Instance Attribute Details

#locationObject

Returns the value of attribute location

Returns:

  • (Object)

    the current value of location



86
87
88
# File 'lib/markdown/merge/file_analysis.rb', line 86

def location
  @location
end

#sourceObject

Returns the value of attribute source

Returns:

  • (Object)

    the current value of source



86
87
88
# File 'lib/markdown/merge/file_analysis.rb', line 86

def source
  @source
end

#textObject

Returns the value of attribute text

Returns:

  • (Object)

    the current value of text



86
87
88
# File 'lib/markdown/merge/file_analysis.rb', line 86

def text
  @text
end