Class: N2B::MergeConflictParser::ConflictBlock
- Inherits:
-
Struct
- Object
- Struct
- N2B::MergeConflictParser::ConflictBlock
- Defined in:
- lib/n2b/merge_conflict_parser.rb
Instance Attribute Summary collapse
-
#base_content ⇒ Object
Returns the value of attribute base_content.
-
#base_label ⇒ Object
Returns the value of attribute base_label.
-
#context_after ⇒ Object
Returns the value of attribute context_after.
-
#context_before ⇒ Object
Returns the value of attribute context_before.
-
#end_line ⇒ Object
Returns the value of attribute end_line.
-
#incoming_content ⇒ Object
Returns the value of attribute incoming_content.
-
#incoming_label ⇒ Object
Returns the value of attribute incoming_label.
-
#start_line ⇒ Object
Returns the value of attribute start_line.
Instance Attribute Details
#base_content ⇒ Object
Returns the value of attribute base_content
5 6 7 |
# File 'lib/n2b/merge_conflict_parser.rb', line 5 def base_content @base_content end |
#base_label ⇒ Object
Returns the value of attribute base_label
5 6 7 |
# File 'lib/n2b/merge_conflict_parser.rb', line 5 def base_label @base_label end |
#context_after ⇒ Object
Returns the value of attribute context_after
5 6 7 |
# File 'lib/n2b/merge_conflict_parser.rb', line 5 def context_after @context_after end |
#context_before ⇒ Object
Returns the value of attribute context_before
5 6 7 |
# File 'lib/n2b/merge_conflict_parser.rb', line 5 def context_before @context_before end |
#end_line ⇒ Object
Returns the value of attribute end_line
5 6 7 |
# File 'lib/n2b/merge_conflict_parser.rb', line 5 def end_line @end_line end |
#incoming_content ⇒ Object
Returns the value of attribute incoming_content
5 6 7 |
# File 'lib/n2b/merge_conflict_parser.rb', line 5 def incoming_content @incoming_content end |
#incoming_label ⇒ Object
Returns the value of attribute incoming_label
5 6 7 |
# File 'lib/n2b/merge_conflict_parser.rb', line 5 def incoming_label @incoming_label end |
#start_line ⇒ Object
Returns the value of attribute start_line
5 6 7 |
# File 'lib/n2b/merge_conflict_parser.rb', line 5 def start_line @start_line end |