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
1006
|
# File 'lib/carddb/collection.rb', line 1006
def confidence = data['confidence']
|
#record_id ⇒ Object
1004
|
# File 'lib/carddb/collection.rb', line 1004
def record_id = data['recordId']
|
#score ⇒ Object
1005
|
# File 'lib/carddb/collection.rb', line 1005
def score = data['score']
|