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
2477
|
# File 'lib/carddb/collection.rb', line 2477
def confidence = data['confidence']
|
2474
|
# File 'lib/carddb/collection.rb', line 2474
def format_id = data['formatId']
|
#key ⇒ Object
2475
|
# File 'lib/carddb/collection.rb', line 2475
def key = data['key']
|
#name ⇒ Object
2476
|
# File 'lib/carddb/collection.rb', line 2476
def name = data['name']
|
#reason ⇒ Object
2478
|
# File 'lib/carddb/collection.rb', line 2478
def reason = data['reason']
|