Class: CardDB::ScanFeedbackMetrics

Inherits:
Resource
  • Object
show all
Defined in:
lib/carddb/collection.rb

Instance Attribute Summary

Attributes inherited from Resource

#client, #data

Instance Method Summary collapse

Methods inherited from Resource

#[], #initialize, #key?, #to_h, #to_json

Constructor Details

This class inherits a constructor from CardDB::Resource

Instance Method Details

#accuracyObject



1062
# File 'lib/carddb/collection.rb', line 1062

def accuracy = data['accuracy']

#correctObject



1059
# File 'lib/carddb/collection.rb', line 1059

def correct = data['correct']

#correctedObject



1060
# File 'lib/carddb/collection.rb', line 1060

def corrected = data['corrected']

#totalObject



1058
# File 'lib/carddb/collection.rb', line 1058

def total = data['total']

#unknownObject



1061
# File 'lib/carddb/collection.rb', line 1061

def unknown = data['unknown']