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
1143
|
# File 'lib/carddb/collection.rb', line 1143
def created_at = parse_time(data['createdAt'])
|
#dataset_key ⇒ Object
1139
|
# File 'lib/carddb/collection.rb', line 1139
def dataset_key = data['datasetKey']
|
#details ⇒ Object
1142
|
# File 'lib/carddb/collection.rb', line 1142
def details = data['details'] || {}
|
#field_key ⇒ Object
1141
|
# File 'lib/carddb/collection.rb', line 1141
def field_key = data['fieldKey']
|
#id ⇒ Object
1135
|
# File 'lib/carddb/collection.rb', line 1135
def id = data['id']
|
#import_job_id ⇒ Object
1136
|
# File 'lib/carddb/collection.rb', line 1136
def import_job_id = data['importJobId']
|
#level ⇒ Object
1137
|
# File 'lib/carddb/collection.rb', line 1137
def level = data['level']
|
#message ⇒ Object
1138
|
# File 'lib/carddb/collection.rb', line 1138
def message = data['message']
|
#record_index ⇒ Object
1140
|
# File 'lib/carddb/collection.rb', line 1140
def record_index = data['recordIndex']
|