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
765 766 767 |
# File 'lib/ast/merge.rb', line 765 def base_children @base_children end |
#base_members ⇒ Object
Returns the value of attribute base_members
765 766 767 |
# File 'lib/ast/merge.rb', line 765 def base_members @base_members end |
#case_id ⇒ Object
Returns the value of attribute case_id
765 766 767 |
# File 'lib/ast/merge.rb', line 765 def case_id @case_id end |
#conflict_category ⇒ Object
Returns the value of attribute conflict_category
765 766 767 |
# File 'lib/ast/merge.rb', line 765 def conflict_category @conflict_category end |
#expected_result ⇒ Object
Returns the value of attribute expected_result
765 766 767 |
# File 'lib/ast/merge.rb', line 765 def expected_result @expected_result end |
#handler_id ⇒ Object
Returns the value of attribute handler_id
765 766 767 |
# File 'lib/ast/merge.rb', line 765 def handler_id @handler_id end |
#left_edits ⇒ Object
Returns the value of attribute left_edits
765 766 767 |
# File 'lib/ast/merge.rb', line 765 def left_edits @left_edits end |
#left_insertions ⇒ Object
Returns the value of attribute left_insertions
765 766 767 |
# File 'lib/ast/merge.rb', line 765 def left_insertions @left_insertions end |
#parent_policy ⇒ Object
Returns the value of attribute parent_policy
765 766 767 |
# File 'lib/ast/merge.rb', line 765 def parent_policy @parent_policy end |
#right_edits ⇒ Object
Returns the value of attribute right_edits
765 766 767 |
# File 'lib/ast/merge.rb', line 765 def right_edits @right_edits end |
#right_insertions ⇒ Object
Returns the value of attribute right_insertions
765 766 767 |
# File 'lib/ast/merge.rb', line 765 def right_insertions @right_insertions end |