Class: CardDB::DeckImportCandidate
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
#display ⇒ Object
1454
|
# File 'lib/carddb/collection.rb', line 1454
def display = data['display'] || {}
|
#identifier ⇒ Object
1453
|
# File 'lib/carddb/collection.rb', line 1453
def identifier = data['identifier']
|
#record_id ⇒ Object
1452
|
# File 'lib/carddb/collection.rb', line 1452
def record_id = data['recordId']
|