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
1112
|
# File 'lib/carddb/collection.rb', line 1112
def accuracy = data['accuracy']
|
#correct ⇒ Object
1109
|
# File 'lib/carddb/collection.rb', line 1109
def correct = data['correct']
|
#corrected ⇒ Object
1110
|
# File 'lib/carddb/collection.rb', line 1110
def corrected = data['corrected']
|
#total ⇒ Object
1108
|
# File 'lib/carddb/collection.rb', line 1108
def total = data['total']
|
#unknown ⇒ Object
1111
|
# File 'lib/carddb/collection.rb', line 1111
def unknown = data['unknown']
|