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
1532
|
# File 'lib/carddb/collection.rb', line 1532
def dataset_id = data['datasetId']
|
#dataset_key ⇒ Object
1531
|
# File 'lib/carddb/collection.rb', line 1531
def dataset_key = data['datasetKey']
|
#dataset_name ⇒ Object
1533
|
# File 'lib/carddb/collection.rb', line 1533
def dataset_name = data['datasetName']
|
#error_message ⇒ Object
1540
|
# File 'lib/carddb/collection.rb', line 1540
def error_message = data['errorMessage']
|
#failed_count ⇒ Object
1539
|
# File 'lib/carddb/collection.rb', line 1539
def failed_count = data['failedCount']
|
#inserted_count ⇒ Object
1536
|
# File 'lib/carddb/collection.rb', line 1536
def inserted_count = data['insertedCount']
|
#record_count ⇒ Object
1535
|
# File 'lib/carddb/collection.rb', line 1535
def record_count = data['recordCount']
|
#skipped_count ⇒ Object
1538
|
# File 'lib/carddb/collection.rb', line 1538
def skipped_count = data['skippedCount']
|
#status ⇒ Object
1534
|
# File 'lib/carddb/collection.rb', line 1534
def status = data['status']
|
#updated_count ⇒ Object
1537
|
# File 'lib/carddb/collection.rb', line 1537
def updated_count = data['updatedCount']
|