Class: CardDB::DatasetRecordDeleteJobResult
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
#identifier ⇒ Object
1292
|
# File 'lib/carddb/collection.rb', line 1292
def identifier = data['identifier']
|
#message ⇒ Object
1294
|
# File 'lib/carddb/collection.rb', line 1294
def message = data['message']
|
#record_id ⇒ Object
1291
|
# File 'lib/carddb/collection.rb', line 1291
def record_id = data['recordId']
|
#status ⇒ Object
1293
|
# File 'lib/carddb/collection.rb', line 1293
def status = data['status']
|
#target ⇒ Object
1290
|
# File 'lib/carddb/collection.rb', line 1290
def target = data['target']
|