Class: Ast::Merge::MatchingDebugRejectedMatch
- Inherits:
-
Struct
- Object
- Struct
- Ast::Merge::MatchingDebugRejectedMatch
- Defined in:
- lib/ast/merge.rb
Instance Attribute Summary collapse
-
#candidate_id ⇒ Object
Returns the value of attribute candidate_id.
-
#reason ⇒ Object
Returns the value of attribute reason.
-
#rejected_by ⇒ Object
Returns the value of attribute rejected_by.
Instance Attribute Details
#candidate_id ⇒ Object
Returns the value of attribute candidate_id
700 701 702 |
# File 'lib/ast/merge.rb', line 700 def candidate_id @candidate_id end |
#reason ⇒ Object
Returns the value of attribute reason
700 701 702 |
# File 'lib/ast/merge.rb', line 700 def reason @reason end |
#rejected_by ⇒ Object
Returns the value of attribute rejected_by
700 701 702 |
# File 'lib/ast/merge.rb', line 700 def rejected_by @rejected_by end |