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
1469
|
# File 'lib/carddb/collection.rb', line 1469
def dataset_id = data['datasetId']
|
#dataset_key ⇒ Object
1468
|
# File 'lib/carddb/collection.rb', line 1468
def dataset_key = data['datasetKey']
|
#dataset_name ⇒ Object
1470
|
# File 'lib/carddb/collection.rb', line 1470
def dataset_name = data['datasetName']
|
#error_message ⇒ Object
1477
|
# File 'lib/carddb/collection.rb', line 1477
def error_message = data['errorMessage']
|
#failed_count ⇒ Object
1476
|
# File 'lib/carddb/collection.rb', line 1476
def failed_count = data['failedCount']
|
#inserted_count ⇒ Object
1473
|
# File 'lib/carddb/collection.rb', line 1473
def inserted_count = data['insertedCount']
|
#record_count ⇒ Object
1472
|
# File 'lib/carddb/collection.rb', line 1472
def record_count = data['recordCount']
|
#skipped_count ⇒ Object
1475
|
# File 'lib/carddb/collection.rb', line 1475
def skipped_count = data['skippedCount']
|
#status ⇒ Object
1471
|
# File 'lib/carddb/collection.rb', line 1471
def status = data['status']
|
#updated_count ⇒ Object
1474
|
# File 'lib/carddb/collection.rb', line 1474
def updated_count = data['updatedCount']
|