Method: Passbase::Identity#score
- Defined in:
- lib/passbase/models/identity.rb
#score ⇒ Object
Float between 0 and 1 representing our confidence that this identity is valid. 0 meaning we couldn’t verify any of the information provided with accuracy, and 1 absolute confidence.
27 28 29 |
# File 'lib/passbase/models/identity.rb', line 27 def score @score end |