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
2259
|
# File 'lib/carddb/collection.rb', line 2259
def dataset_key = data['datasetKey']
|
#identifier ⇒ Object
2260
|
# File 'lib/carddb/collection.rb', line 2260
def identifier = data['identifier']
|
#quantity ⇒ Object
2261
|
# File 'lib/carddb/collection.rb', line 2261
def quantity = data['quantity']
|
#section ⇒ Object
2262
|
# File 'lib/carddb/collection.rb', line 2262
def section = data['section']
|