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