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
1482
|
# File 'lib/carddb/collection.rb', line 1482
def dataset_id = data['datasetId']
|
#dataset_key ⇒ Object
1481
|
# File 'lib/carddb/collection.rb', line 1481
def dataset_key = data['datasetKey']
|
#dataset_name ⇒ Object
1483
|
# File 'lib/carddb/collection.rb', line 1483
def dataset_name = data['datasetName']
|
#error_message ⇒ Object
1490
|
# File 'lib/carddb/collection.rb', line 1490
def error_message = data['errorMessage']
|
#failed_count ⇒ Object
1489
|
# File 'lib/carddb/collection.rb', line 1489
def failed_count = data['failedCount']
|
#inserted_count ⇒ Object
1486
|
# File 'lib/carddb/collection.rb', line 1486
def inserted_count = data['insertedCount']
|
#record_count ⇒ Object
1485
|
# File 'lib/carddb/collection.rb', line 1485
def record_count = data['recordCount']
|
#skipped_count ⇒ Object
1488
|
# File 'lib/carddb/collection.rb', line 1488
def skipped_count = data['skippedCount']
|
#status ⇒ Object
1484
|
# File 'lib/carddb/collection.rb', line 1484
def status = data['status']
|
#updated_count ⇒ Object
1487
|
# File 'lib/carddb/collection.rb', line 1487
def updated_count = data['updatedCount']
|