Class: CardDB::ScanFeedbackMetrics
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
#accuracy ⇒ Object
1062
|
# File 'lib/carddb/collection.rb', line 1062
def accuracy = data['accuracy']
|
#correct ⇒ Object
1059
|
# File 'lib/carddb/collection.rb', line 1059
def correct = data['correct']
|
#corrected ⇒ Object
1060
|
# File 'lib/carddb/collection.rb', line 1060
def corrected = data['corrected']
|
#total ⇒ Object
1058
|
# File 'lib/carddb/collection.rb', line 1058
def total = data['total']
|
#unknown ⇒ Object
1061
|
# File 'lib/carddb/collection.rb', line 1061
def unknown = data['unknown']
|