Class: Browserctl::Replay::FingerprintMatcher::Match
- Inherits:
-
Struct
- Object
- Struct
- Browserctl::Replay::FingerprintMatcher::Match
- Defined in:
- lib/browserctl/replay/fingerprint_matcher.rb
Instance Attribute Summary collapse
-
#candidate ⇒ Object
Returns the value of attribute candidate.
-
#score ⇒ Object
Returns the value of attribute score.
Instance Attribute Details
#candidate ⇒ Object
Returns the value of attribute candidate
24 25 26 |
# File 'lib/browserctl/replay/fingerprint_matcher.rb', line 24 def candidate @candidate end |
#score ⇒ Object
Returns the value of attribute score
24 25 26 |
# File 'lib/browserctl/replay/fingerprint_matcher.rb', line 24 def score @score end |