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