Class: Ast::Merge::FalseTextualConflictCase

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

Instance Attribute Summary collapse

Instance Attribute Details

#base_pathObject

Returns the value of attribute base_path

Returns:

  • (Object)

    the current value of base_path



866
867
868
# File 'lib/ast/merge.rb', line 866

def base_path
  @base_path
end

#case_idObject

Returns the value of attribute case_id

Returns:

  • (Object)

    the current value of case_id



866
867
868
# File 'lib/ast/merge.rb', line 866

def case_id
  @case_id
end

#categoryObject

Returns the value of attribute category

Returns:

  • (Object)

    the current value of category



866
867
868
# File 'lib/ast/merge.rb', line 866

def category
  @category
end

#expected_strategyObject

Returns the value of attribute expected_strategy

Returns:

  • (Object)

    the current value of expected_strategy



866
867
868
# File 'lib/ast/merge.rb', line 866

def expected_strategy
  @expected_strategy
end

#expected_unresolved_conflictObject

Returns the value of attribute expected_unresolved_conflict

Returns:

  • (Object)

    the current value of expected_unresolved_conflict



866
867
868
# File 'lib/ast/merge.rb', line 866

def expected_unresolved_conflict
  @expected_unresolved_conflict
end

#languageObject

Returns the value of attribute language

Returns:

  • (Object)

    the current value of language



866
867
868
# File 'lib/ast/merge.rb', line 866

def language
  @language
end

#ours_pathObject

Returns the value of attribute ours_path

Returns:

  • (Object)

    the current value of ours_path



866
867
868
# File 'lib/ast/merge.rb', line 866

def ours_path
  @ours_path
end

#theirs_pathObject

Returns the value of attribute theirs_path

Returns:

  • (Object)

    the current value of theirs_path



866
867
868
# File 'lib/ast/merge.rb', line 866

def theirs_path
  @theirs_path
end