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
1417
|
# File 'lib/carddb/collection.rb', line 1417
def created_at = parse_time(data['createdAt'])
|
#dataset_key ⇒ Object
1413
|
# File 'lib/carddb/collection.rb', line 1413
def dataset_key = data['datasetKey']
|
#details ⇒ Object
1416
|
# File 'lib/carddb/collection.rb', line 1416
def details = data['details'] || {}
|
#field_key ⇒ Object
1415
|
# File 'lib/carddb/collection.rb', line 1415
def field_key = data['fieldKey']
|
#id ⇒ Object
1409
|
# File 'lib/carddb/collection.rb', line 1409
def id = data['id']
|
#import_job_id ⇒ Object
1410
|
# File 'lib/carddb/collection.rb', line 1410
def import_job_id = data['importJobId']
|
#level ⇒ Object
1411
|
# File 'lib/carddb/collection.rb', line 1411
def level = data['level']
|
#message ⇒ Object
1412
|
# File 'lib/carddb/collection.rb', line 1412
def message = data['message']
|
#record_index ⇒ Object
1414
|
# File 'lib/carddb/collection.rb', line 1414
def record_index = data['recordIndex']
|