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