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

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

Instance Attribute Summary collapse

Instance Attribute Details

#candidateObject (readonly)

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 (readonly)

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