Class: Ast::Merge::MatchingDebugCandidate

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

Instance Attribute Summary collapse

Instance Attribute Details

#candidate_idObject

Returns the value of attribute candidate_id

Returns:

  • (Object)

    the current value of candidate_id



697
698
699
# File 'lib/ast/merge.rb', line 697

def candidate_id
  @candidate_id
end

#confidenceObject

Returns the value of attribute confidence

Returns:

  • (Object)

    the current value of confidence



697
698
699
# File 'lib/ast/merge.rb', line 697

def confidence
  @confidence
end

#from_pathObject

Returns the value of attribute from_path

Returns:

  • (Object)

    the current value of from_path



697
698
699
# File 'lib/ast/merge.rb', line 697

def from_path
  @from_path
end

#reasonObject

Returns the value of attribute reason

Returns:

  • (Object)

    the current value of reason



697
698
699
# File 'lib/ast/merge.rb', line 697

def reason
  @reason
end

#signatureObject

Returns the value of attribute signature

Returns:

  • (Object)

    the current value of signature



697
698
699
# File 'lib/ast/merge.rb', line 697

def signature
  @signature
end

#to_pathObject

Returns the value of attribute to_path

Returns:

  • (Object)

    the current value of to_path



697
698
699
# File 'lib/ast/merge.rb', line 697

def to_path
  @to_path
end