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



844
845
846
# File 'lib/ast/merge.rb', line 844

def base_path
  @base_path
end

#case_idObject

Returns the value of attribute case_id

Returns:

  • (Object)

    the current value of case_id



844
845
846
# File 'lib/ast/merge.rb', line 844

def case_id
  @case_id
end

#categoryObject

Returns the value of attribute category

Returns:

  • (Object)

    the current value of category



844
845
846
# File 'lib/ast/merge.rb', line 844

def category
  @category
end

#expected_strategyObject

Returns the value of attribute expected_strategy

Returns:

  • (Object)

    the current value of expected_strategy



844
845
846
# File 'lib/ast/merge.rb', line 844

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



844
845
846
# File 'lib/ast/merge.rb', line 844

def expected_unresolved_conflict
  @expected_unresolved_conflict
end

#languageObject

Returns the value of attribute language

Returns:

  • (Object)

    the current value of language



844
845
846
# File 'lib/ast/merge.rb', line 844

def language
  @language
end

#ours_pathObject

Returns the value of attribute ours_path

Returns:

  • (Object)

    the current value of ours_path



844
845
846
# File 'lib/ast/merge.rb', line 844

def ours_path
  @ours_path
end

#theirs_pathObject

Returns the value of attribute theirs_path

Returns:

  • (Object)

    the current value of theirs_path



844
845
846
# File 'lib/ast/merge.rb', line 844

def theirs_path
  @theirs_path
end