Class: CardDB::DeckImportFormatDetection
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
2030
|
# File 'lib/carddb/collection.rb', line 2030
def confidence = data['confidence']
|
2027
|
# File 'lib/carddb/collection.rb', line 2027
def format_id = data['formatId']
|
#key ⇒ Object
2028
|
# File 'lib/carddb/collection.rb', line 2028
def key = data['key']
|
#name ⇒ Object
2029
|
# File 'lib/carddb/collection.rb', line 2029
def name = data['name']
|
#reason ⇒ Object
2031
|
# File 'lib/carddb/collection.rb', line 2031
def reason = data['reason']
|