Class: Guardrails::PartialSimilarity::Finding
- Inherits:
-
Struct
- Object
- Struct
- Guardrails::PartialSimilarity::Finding
- Defined in:
- lib/guardrails/partial_similarity.rb
Instance Attribute Summary collapse
-
#file_a ⇒ Object
Returns the value of attribute file_a.
-
#file_b ⇒ Object
Returns the value of attribute file_b.
-
#score ⇒ Object
Returns the value of attribute score.
-
#tag_count_a ⇒ Object
Returns the value of attribute tag_count_a.
-
#tag_count_b ⇒ Object
Returns the value of attribute tag_count_b.
Instance Attribute Details
#file_a ⇒ Object
Returns the value of attribute file_a
9 10 11 |
# File 'lib/guardrails/partial_similarity.rb', line 9 def file_a @file_a end |
#file_b ⇒ Object
Returns the value of attribute file_b
9 10 11 |
# File 'lib/guardrails/partial_similarity.rb', line 9 def file_b @file_b end |
#score ⇒ Object
Returns the value of attribute score
9 10 11 |
# File 'lib/guardrails/partial_similarity.rb', line 9 def score @score end |
#tag_count_a ⇒ Object
Returns the value of attribute tag_count_a
9 10 11 |
# File 'lib/guardrails/partial_similarity.rb', line 9 def tag_count_a @tag_count_a end |
#tag_count_b ⇒ Object
Returns the value of attribute tag_count_b
9 10 11 |
# File 'lib/guardrails/partial_similarity.rb', line 9 def tag_count_b @tag_count_b end |