Class: Ast::Merge::FalseTextualConflictCase
- Inherits:
-
Struct
- Object
- Struct
- Ast::Merge::FalseTextualConflictCase
- Defined in:
- lib/ast/merge.rb
Instance Attribute Summary collapse
-
#base_path ⇒ Object
Returns the value of attribute base_path.
-
#case_id ⇒ Object
Returns the value of attribute case_id.
-
#category ⇒ Object
Returns the value of attribute category.
-
#expected_strategy ⇒ Object
Returns the value of attribute expected_strategy.
-
#expected_unresolved_conflict ⇒ Object
Returns the value of attribute expected_unresolved_conflict.
-
#language ⇒ Object
Returns the value of attribute language.
-
#ours_path ⇒ Object
Returns the value of attribute ours_path.
-
#theirs_path ⇒ Object
Returns the value of attribute theirs_path.
Instance Attribute Details
#base_path ⇒ Object
Returns the value of attribute base_path
844 845 846 |
# File 'lib/ast/merge.rb', line 844 def base_path @base_path end |
#case_id ⇒ Object
Returns the value of attribute case_id
844 845 846 |
# File 'lib/ast/merge.rb', line 844 def case_id @case_id end |
#category ⇒ Object
Returns the value of attribute category
844 845 846 |
# File 'lib/ast/merge.rb', line 844 def category @category end |
#expected_strategy ⇒ Object
Returns the value of attribute expected_strategy
844 845 846 |
# File 'lib/ast/merge.rb', line 844 def expected_strategy @expected_strategy end |
#expected_unresolved_conflict ⇒ Object
Returns the value of attribute expected_unresolved_conflict
844 845 846 |
# File 'lib/ast/merge.rb', line 844 def expected_unresolved_conflict @expected_unresolved_conflict end |
#language ⇒ Object
Returns the value of attribute language
844 845 846 |
# File 'lib/ast/merge.rb', line 844 def language @language end |
#ours_path ⇒ Object
Returns the value of attribute ours_path
844 845 846 |
# File 'lib/ast/merge.rb', line 844 def ours_path @ours_path end |
#theirs_path ⇒ Object
Returns the value of attribute theirs_path
844 845 846 |
# File 'lib/ast/merge.rb', line 844 def theirs_path @theirs_path end |