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



719
720
721
# File 'lib/ast/merge.rb', line 719

def candidate_id
  @candidate_id
end

#confidenceObject

Returns the value of attribute confidence

Returns:

  • (Object)

    the current value of confidence



719
720
721
# File 'lib/ast/merge.rb', line 719

def confidence
  @confidence
end

#from_pathObject

Returns the value of attribute from_path

Returns:

  • (Object)

    the current value of from_path



719
720
721
# File 'lib/ast/merge.rb', line 719

def from_path
  @from_path
end

#reasonObject

Returns the value of attribute reason

Returns:

  • (Object)

    the current value of reason



719
720
721
# File 'lib/ast/merge.rb', line 719

def reason
  @reason
end

#signatureObject

Returns the value of attribute signature

Returns:

  • (Object)

    the current value of signature



719
720
721
# File 'lib/ast/merge.rb', line 719

def signature
  @signature
end

#to_pathObject

Returns the value of attribute to_path

Returns:

  • (Object)

    the current value of to_path



719
720
721
# File 'lib/ast/merge.rb', line 719

def to_path
  @to_path
end