Class: Guardrails::PartialSimilarity::Finding

Inherits:
Struct
  • Object
show all
Defined in:
lib/guardrails/partial_similarity.rb

Instance Attribute Summary collapse

Instance Attribute Details

#file_aObject

Returns the value of attribute file_a

Returns:

  • (Object)

    the current value of file_a



9
10
11
# File 'lib/guardrails/partial_similarity.rb', line 9

def file_a
  @file_a
end

#file_bObject

Returns the value of attribute file_b

Returns:

  • (Object)

    the current value of file_b



9
10
11
# File 'lib/guardrails/partial_similarity.rb', line 9

def file_b
  @file_b
end

#scoreObject

Returns the value of attribute score

Returns:

  • (Object)

    the current value of score



9
10
11
# File 'lib/guardrails/partial_similarity.rb', line 9

def score
  @score
end

#tag_count_aObject

Returns the value of attribute tag_count_a

Returns:

  • (Object)

    the current value of tag_count_a



9
10
11
# File 'lib/guardrails/partial_similarity.rb', line 9

def tag_count_a
  @tag_count_a
end

#tag_count_bObject

Returns the value of attribute tag_count_b

Returns:

  • (Object)

    the current value of tag_count_b



9
10
11
# File 'lib/guardrails/partial_similarity.rb', line 9

def tag_count_b
  @tag_count_b
end