Class: Ast::Merge::GenericConflictHandlerCase

Inherits:
Struct
  • Object
show all
Defined in:
lib/ast/merge.rb

Instance Attribute Summary collapse

Instance Attribute Details

#base_childrenObject

Returns the value of attribute base_children

Returns:

  • (Object)

    the current value of base_children



765
766
767
# File 'lib/ast/merge.rb', line 765

def base_children
  @base_children
end

#base_membersObject

Returns the value of attribute base_members

Returns:

  • (Object)

    the current value of base_members



765
766
767
# File 'lib/ast/merge.rb', line 765

def base_members
  @base_members
end

#case_idObject

Returns the value of attribute case_id

Returns:

  • (Object)

    the current value of case_id



765
766
767
# File 'lib/ast/merge.rb', line 765

def case_id
  @case_id
end

#conflict_categoryObject

Returns the value of attribute conflict_category

Returns:

  • (Object)

    the current value of conflict_category



765
766
767
# File 'lib/ast/merge.rb', line 765

def conflict_category
  @conflict_category
end

#expected_resultObject

Returns the value of attribute expected_result

Returns:

  • (Object)

    the current value of expected_result



765
766
767
# File 'lib/ast/merge.rb', line 765

def expected_result
  @expected_result
end

#handler_idObject

Returns the value of attribute handler_id

Returns:

  • (Object)

    the current value of handler_id



765
766
767
# File 'lib/ast/merge.rb', line 765

def handler_id
  @handler_id
end

#left_editsObject

Returns the value of attribute left_edits

Returns:

  • (Object)

    the current value of left_edits



765
766
767
# File 'lib/ast/merge.rb', line 765

def left_edits
  @left_edits
end

#left_insertionsObject

Returns the value of attribute left_insertions

Returns:

  • (Object)

    the current value of left_insertions



765
766
767
# File 'lib/ast/merge.rb', line 765

def left_insertions
  @left_insertions
end

#parent_policyObject

Returns the value of attribute parent_policy

Returns:

  • (Object)

    the current value of parent_policy



765
766
767
# File 'lib/ast/merge.rb', line 765

def parent_policy
  @parent_policy
end

#right_editsObject

Returns the value of attribute right_edits

Returns:

  • (Object)

    the current value of right_edits



765
766
767
# File 'lib/ast/merge.rb', line 765

def right_edits
  @right_edits
end

#right_insertionsObject

Returns the value of attribute right_insertions

Returns:

  • (Object)

    the current value of right_insertions



765
766
767
# File 'lib/ast/merge.rb', line 765

def right_insertions
  @right_insertions
end