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
1490
|
# File 'lib/carddb/collection.rb', line 1490
def confidence = data['confidence']
|
1487
|
# File 'lib/carddb/collection.rb', line 1487
def format_id = data['formatId']
|
#key ⇒ Object
1488
|
# File 'lib/carddb/collection.rb', line 1488
def key = data['key']
|
#name ⇒ Object
1489
|
# File 'lib/carddb/collection.rb', line 1489
def name = data['name']
|
#reason ⇒ Object
1491
|
# File 'lib/carddb/collection.rb', line 1491
def reason = data['reason']
|