Class: Ast::Merge::MatchingDebugCandidate
- Inherits:
-
Struct
- Object
- Struct
- Ast::Merge::MatchingDebugCandidate
- Defined in:
- lib/ast/merge.rb
Instance Attribute Summary collapse
-
#candidate_id ⇒ Object
Returns the value of attribute candidate_id.
-
#confidence ⇒ Object
Returns the value of attribute confidence.
-
#from_path ⇒ Object
Returns the value of attribute from_path.
-
#reason ⇒ Object
Returns the value of attribute reason.
-
#signature ⇒ Object
Returns the value of attribute signature.
-
#to_path ⇒ Object
Returns the value of attribute to_path.
Instance Attribute Details
#candidate_id ⇒ Object
Returns the value of attribute candidate_id
697 698 699 |
# File 'lib/ast/merge.rb', line 697 def candidate_id @candidate_id end |
#confidence ⇒ Object
Returns the value of attribute confidence
697 698 699 |
# File 'lib/ast/merge.rb', line 697 def confidence @confidence end |
#from_path ⇒ Object
Returns the value of attribute from_path
697 698 699 |
# File 'lib/ast/merge.rb', line 697 def from_path @from_path end |
#reason ⇒ Object
Returns the value of attribute reason
697 698 699 |
# File 'lib/ast/merge.rb', line 697 def reason @reason end |
#signature ⇒ Object
Returns the value of attribute signature
697 698 699 |
# File 'lib/ast/merge.rb', line 697 def signature @signature end |
#to_path ⇒ Object
Returns the value of attribute to_path
697 698 699 |
# File 'lib/ast/merge.rb', line 697 def to_path @to_path end |