Class: Browserctl::Replay::FingerprintMatcher::Match

Inherits:
Struct
  • Object
show all
Defined in:
lib/browserctl/replay/fingerprint_matcher.rb

Instance Attribute Summary collapse

Instance Attribute Details

#candidateObject

Returns the value of attribute candidate

Returns:

  • (Object)

    the current value of candidate



24
25
26
# File 'lib/browserctl/replay/fingerprint_matcher.rb', line 24

def candidate
  @candidate
end

#scoreObject

Returns the value of attribute score

Returns:

  • (Object)

    the current value of score



24
25
26
# File 'lib/browserctl/replay/fingerprint_matcher.rb', line 24

def score
  @score
end