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