Class: CardDB::GameImportDatasetStatus
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
#dataset_id ⇒ Object
1208
|
# File 'lib/carddb/collection.rb', line 1208
def dataset_id = data['datasetId']
|
#dataset_key ⇒ Object
1207
|
# File 'lib/carddb/collection.rb', line 1207
def dataset_key = data['datasetKey']
|
#dataset_name ⇒ Object
1209
|
# File 'lib/carddb/collection.rb', line 1209
def dataset_name = data['datasetName']
|
#error_message ⇒ Object
1216
|
# File 'lib/carddb/collection.rb', line 1216
def error_message = data['errorMessage']
|
#failed_count ⇒ Object
1215
|
# File 'lib/carddb/collection.rb', line 1215
def failed_count = data['failedCount']
|
#inserted_count ⇒ Object
1212
|
# File 'lib/carddb/collection.rb', line 1212
def inserted_count = data['insertedCount']
|
#record_count ⇒ Object
1211
|
# File 'lib/carddb/collection.rb', line 1211
def record_count = data['recordCount']
|
#skipped_count ⇒ Object
1214
|
# File 'lib/carddb/collection.rb', line 1214
def skipped_count = data['skippedCount']
|
#status ⇒ Object
1210
|
# File 'lib/carddb/collection.rb', line 1210
def status = data['status']
|
#updated_count ⇒ Object
1213
|
# File 'lib/carddb/collection.rb', line 1213
def updated_count = data['updatedCount']
|