Class: CardDB::DeckImportFormatDetection

Inherits:
Resource
  • Object
show all
Defined in:
lib/carddb/collection.rb

Instance Attribute Summary

Attributes inherited from Resource

#client, #data

Instance Method Summary collapse

Methods inherited from Resource

#[], #initialize, #key?, #to_h, #to_json

Constructor Details

This class inherits a constructor from CardDB::Resource

Instance Method Details

#confidenceObject



1490
# File 'lib/carddb/collection.rb', line 1490

def confidence = data['confidence']

#format_idObject



1487
# File 'lib/carddb/collection.rb', line 1487

def format_id = data['formatId']

#keyObject



1488
# File 'lib/carddb/collection.rb', line 1488

def key = data['key']

#nameObject



1489
# File 'lib/carddb/collection.rb', line 1489

def name = data['name']

#reasonObject



1491
# File 'lib/carddb/collection.rb', line 1491

def reason = data['reason']