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
2441
|
# File 'lib/carddb/collection.rb', line 2441
def display = data['display'] || {}
|
#identifier ⇒ Object
2440
|
# File 'lib/carddb/collection.rb', line 2440
def identifier = data['identifier']
|
#record_id ⇒ Object
2439
|
# File 'lib/carddb/collection.rb', line 2439
def record_id = data['recordId']
|