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
2007
|
# File 'lib/carddb/collection.rb', line 2007
def confidence = data['confidence']
|
2004
|
# File 'lib/carddb/collection.rb', line 2004
def format_id = data['formatId']
|
#key ⇒ Object
2005
|
# File 'lib/carddb/collection.rb', line 2005
def key = data['key']
|
#name ⇒ Object
2006
|
# File 'lib/carddb/collection.rb', line 2006
def name = data['name']
|
#reason ⇒ Object
2008
|
# File 'lib/carddb/collection.rb', line 2008
def reason = data['reason']
|