Class: N2B::MergeConflictParser::ConflictBlock

Inherits:
Struct
  • Object
show all
Defined in:
lib/n2b/merge_conflict_parser.rb

Instance Attribute Summary collapse

Instance Attribute Details

#base_contentObject

Returns the value of attribute base_content

Returns:

  • (Object)

    the current value of base_content



5
6
7
# File 'lib/n2b/merge_conflict_parser.rb', line 5

def base_content
  @base_content
end

#base_labelObject

Returns the value of attribute base_label

Returns:

  • (Object)

    the current value of base_label



5
6
7
# File 'lib/n2b/merge_conflict_parser.rb', line 5

def base_label
  @base_label
end

#context_afterObject

Returns the value of attribute context_after

Returns:

  • (Object)

    the current value of context_after



5
6
7
# File 'lib/n2b/merge_conflict_parser.rb', line 5

def context_after
  @context_after
end

#context_beforeObject

Returns the value of attribute context_before

Returns:

  • (Object)

    the current value of context_before



5
6
7
# File 'lib/n2b/merge_conflict_parser.rb', line 5

def context_before
  @context_before
end

#end_lineObject

Returns the value of attribute end_line

Returns:

  • (Object)

    the current value of end_line



5
6
7
# File 'lib/n2b/merge_conflict_parser.rb', line 5

def end_line
  @end_line
end

#incoming_contentObject

Returns the value of attribute incoming_content

Returns:

  • (Object)

    the current value of incoming_content



5
6
7
# File 'lib/n2b/merge_conflict_parser.rb', line 5

def incoming_content
  @incoming_content
end

#incoming_labelObject

Returns the value of attribute incoming_label

Returns:

  • (Object)

    the current value of incoming_label



5
6
7
# File 'lib/n2b/merge_conflict_parser.rb', line 5

def incoming_label
  @incoming_label
end

#start_lineObject

Returns the value of attribute start_line

Returns:

  • (Object)

    the current value of start_line



5
6
7
# File 'lib/n2b/merge_conflict_parser.rb', line 5

def start_line
  @start_line
end