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