Class: Ast::Merge::MatchingDebugRejectedMatch

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



700
701
702
# File 'lib/ast/merge.rb', line 700

def candidate_id
  @candidate_id
end

#reasonObject

Returns the value of attribute reason

Returns:

  • (Object)

    the current value of reason



700
701
702
# File 'lib/ast/merge.rb', line 700

def reason
  @reason
end

#rejected_byObject

Returns the value of attribute rejected_by

Returns:

  • (Object)

    the current value of rejected_by



700
701
702
# File 'lib/ast/merge.rb', line 700

def rejected_by
  @rejected_by
end