Class: CardDB::ImportJobLog
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
#created_at ⇒ Object
1467
|
# File 'lib/carddb/collection.rb', line 1467
def created_at = parse_time(data['createdAt'])
|
#dataset_key ⇒ Object
1463
|
# File 'lib/carddb/collection.rb', line 1463
def dataset_key = data['datasetKey']
|
#details ⇒ Object
1466
|
# File 'lib/carddb/collection.rb', line 1466
def details = data['details'] || {}
|
#field_key ⇒ Object
1465
|
# File 'lib/carddb/collection.rb', line 1465
def field_key = data['fieldKey']
|
#id ⇒ Object
1459
|
# File 'lib/carddb/collection.rb', line 1459
def id = data['id']
|
#import_job_id ⇒ Object
1460
|
# File 'lib/carddb/collection.rb', line 1460
def import_job_id = data['importJobId']
|
#level ⇒ Object
1461
|
# File 'lib/carddb/collection.rb', line 1461
def level = data['level']
|
#message ⇒ Object
1462
|
# File 'lib/carddb/collection.rb', line 1462
def message = data['message']
|
#record_index ⇒ Object
1464
|
# File 'lib/carddb/collection.rb', line 1464
def record_index = data['recordIndex']
|