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
1962
|
# File 'lib/carddb/collection.rb', line 1962
def dataset_key = data['datasetKey']
|
#identifier ⇒ Object
1963
|
# File 'lib/carddb/collection.rb', line 1963
def identifier = data['identifier']
|
#quantity ⇒ Object
1964
|
# File 'lib/carddb/collection.rb', line 1964
def quantity = data['quantity']
|
#section ⇒ Object
1965
|
# File 'lib/carddb/collection.rb', line 1965
def section = data['section']
|