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
2365
|
# File 'lib/carddb/collection.rb', line 2365
def confidence = data['confidence']
|
2362
|
# File 'lib/carddb/collection.rb', line 2362
def format_id = data['formatId']
|
#key ⇒ Object
2363
|
# File 'lib/carddb/collection.rb', line 2363
def key = data['key']
|
#name ⇒ Object
2364
|
# File 'lib/carddb/collection.rb', line 2364
def name = data['name']
|
#reason ⇒ Object
2366
|
# File 'lib/carddb/collection.rb', line 2366
def reason = data['reason']
|