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



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

def confidence = data['confidence']

#format_idObject



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

def format_id = data['formatId']

#keyObject



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

def key = data['key']

#nameObject



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

def name = data['name']

#reasonObject



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

def reason = data['reason']