Class: Ast::Merge::MergeConflict

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

Instance Attribute Summary collapse

Instance Attribute Details

#categoryObject

Returns the value of attribute category

Returns:

  • (Object)

    the current value of category



733
734
735
# File 'lib/ast/merge.rb', line 733

def category
  @category
end

#conflict_idObject

Returns the value of attribute conflict_id

Returns:

  • (Object)

    the current value of conflict_id



733
734
735
# File 'lib/ast/merge.rb', line 733

def conflict_id
  @conflict_id
end

#fallback_scopeObject

Returns the value of attribute fallback_scope

Returns:

  • (Object)

    the current value of fallback_scope



733
734
735
# File 'lib/ast/merge.rb', line 733

def fallback_scope
  @fallback_scope
end

#messageObject

Returns the value of attribute message

Returns:

  • (Object)

    the current value of message



733
734
735
# File 'lib/ast/merge.rb', line 733

def message
  @message
end

#pathObject

Returns the value of attribute path

Returns:

  • (Object)

    the current value of path



733
734
735
# File 'lib/ast/merge.rb', line 733

def path
  @path
end