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
722 723 724 |
# File 'lib/ast/merge.rb', line 722 def candidate_id @candidate_id end |
#reason ⇒ Object
Returns the value of attribute reason
722 723 724 |
# File 'lib/ast/merge.rb', line 722 def reason @reason end |
#rejected_by ⇒ Object
Returns the value of attribute rejected_by
722 723 724 |
# File 'lib/ast/merge.rb', line 722 def rejected_by @rejected_by end |