Class: Ast::Merge::GenericConflictHandlerCase
- Inherits:
-
Struct
- Object
- Struct
- Ast::Merge::GenericConflictHandlerCase
- Defined in:
- lib/ast/merge.rb
Instance Attribute Summary collapse
-
#base_children ⇒ Object
Returns the value of attribute base_children.
-
#base_members ⇒ Object
Returns the value of attribute base_members.
-
#case_id ⇒ Object
Returns the value of attribute case_id.
-
#conflict_category ⇒ Object
Returns the value of attribute conflict_category.
-
#expected_result ⇒ Object
Returns the value of attribute expected_result.
-
#handler_id ⇒ Object
Returns the value of attribute handler_id.
-
#left_edits ⇒ Object
Returns the value of attribute left_edits.
-
#left_insertions ⇒ Object
Returns the value of attribute left_insertions.
-
#parent_policy ⇒ Object
Returns the value of attribute parent_policy.
-
#right_edits ⇒ Object
Returns the value of attribute right_edits.
-
#right_insertions ⇒ Object
Returns the value of attribute right_insertions.
Instance Attribute Details
#base_children ⇒ Object
Returns the value of attribute base_children
787 788 789 |
# File 'lib/ast/merge.rb', line 787 def base_children @base_children end |
#base_members ⇒ Object
Returns the value of attribute base_members
787 788 789 |
# File 'lib/ast/merge.rb', line 787 def base_members @base_members end |
#case_id ⇒ Object
Returns the value of attribute case_id
787 788 789 |
# File 'lib/ast/merge.rb', line 787 def case_id @case_id end |
#conflict_category ⇒ Object
Returns the value of attribute conflict_category
787 788 789 |
# File 'lib/ast/merge.rb', line 787 def conflict_category @conflict_category end |
#expected_result ⇒ Object
Returns the value of attribute expected_result
787 788 789 |
# File 'lib/ast/merge.rb', line 787 def expected_result @expected_result end |
#handler_id ⇒ Object
Returns the value of attribute handler_id
787 788 789 |
# File 'lib/ast/merge.rb', line 787 def handler_id @handler_id end |
#left_edits ⇒ Object
Returns the value of attribute left_edits
787 788 789 |
# File 'lib/ast/merge.rb', line 787 def left_edits @left_edits end |
#left_insertions ⇒ Object
Returns the value of attribute left_insertions
787 788 789 |
# File 'lib/ast/merge.rb', line 787 def left_insertions @left_insertions end |
#parent_policy ⇒ Object
Returns the value of attribute parent_policy
787 788 789 |
# File 'lib/ast/merge.rb', line 787 def parent_policy @parent_policy end |
#right_edits ⇒ Object
Returns the value of attribute right_edits
787 788 789 |
# File 'lib/ast/merge.rb', line 787 def right_edits @right_edits end |
#right_insertions ⇒ Object
Returns the value of attribute right_insertions
787 788 789 |
# File 'lib/ast/merge.rb', line 787 def right_insertions @right_insertions end |