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
1404
|
# File 'lib/carddb/collection.rb', line 1404
def created_at = parse_time(data['createdAt'])
|
#dataset_key ⇒ Object
1400
|
# File 'lib/carddb/collection.rb', line 1400
def dataset_key = data['datasetKey']
|
#details ⇒ Object
1403
|
# File 'lib/carddb/collection.rb', line 1403
def details = data['details'] || {}
|
#field_key ⇒ Object
1402
|
# File 'lib/carddb/collection.rb', line 1402
def field_key = data['fieldKey']
|
#id ⇒ Object
1396
|
# File 'lib/carddb/collection.rb', line 1396
def id = data['id']
|
#import_job_id ⇒ Object
1397
|
# File 'lib/carddb/collection.rb', line 1397
def import_job_id = data['importJobId']
|
#level ⇒ Object
1398
|
# File 'lib/carddb/collection.rb', line 1398
def level = data['level']
|
#message ⇒ Object
1399
|
# File 'lib/carddb/collection.rb', line 1399
def message = data['message']
|
#record_index ⇒ Object
1401
|
# File 'lib/carddb/collection.rb', line 1401
def record_index = data['recordIndex']
|