Class: CardDB::ScanBestMatch
Instance Attribute Summary
Attributes inherited from Resource
#client, #data
Instance Method Summary
collapse
Methods inherited from Resource
#[], #initialize, #key?, #to_h, #to_json
Instance Method Details
#confidence ⇒ Object
956
|
# File 'lib/carddb/collection.rb', line 956
def confidence = data['confidence']
|
#record_id ⇒ Object
954
|
# File 'lib/carddb/collection.rb', line 954
def record_id = data['recordId']
|
#score ⇒ Object
955
|
# File 'lib/carddb/collection.rb', line 955
def score = data['score']
|