Class: CardDB::DeckImportUnmatchedEntry
Instance Attribute Summary
Attributes inherited from Resource
#client, #data
Instance Method Summary
collapse
#code, #line_number, #message, #raw
Methods inherited from Resource
#[], #initialize, #key?, #to_h, #to_json
Instance Method Details
#dataset_key ⇒ Object
1445
|
# File 'lib/carddb/collection.rb', line 1445
def dataset_key = data['datasetKey']
|
#identifier ⇒ Object
1446
|
# File 'lib/carddb/collection.rb', line 1446
def identifier = data['identifier']
|
#quantity ⇒ Object
1447
|
# File 'lib/carddb/collection.rb', line 1447
def quantity = data['quantity']
|
#section ⇒ Object
1448
|
# File 'lib/carddb/collection.rb', line 1448
def section = data['section']
|