Class: Markdown::Merge::FileAnalysis::Location

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

Instance Attribute Summary collapse

Instance Attribute Details

#end_lineObject

Returns the value of attribute end_line

Returns:

  • (Object)

    the current value of end_line



70
71
72
# File 'lib/markdown/merge/file_analysis.rb', line 70

def end_line
  @end_line
end

#start_lineObject

Returns the value of attribute start_line

Returns:

  • (Object)

    the current value of start_line



70
71
72
# File 'lib/markdown/merge/file_analysis.rb', line 70

def start_line
  @start_line
end