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
2291
|
# File 'lib/carddb/collection.rb', line 2291
def confidence = data['confidence']
|
2288
|
# File 'lib/carddb/collection.rb', line 2288
def format_id = data['formatId']
|
#key ⇒ Object
2289
|
# File 'lib/carddb/collection.rb', line 2289
def key = data['key']
|
#name ⇒ Object
2290
|
# File 'lib/carddb/collection.rb', line 2290
def name = data['name']
|
#reason ⇒ Object
2292
|
# File 'lib/carddb/collection.rb', line 2292
def reason = data['reason']
|