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
1355
|
# File 'lib/carddb/collection.rb', line 1355
def identifier = data['identifier']
|
#message ⇒ Object
1357
|
# File 'lib/carddb/collection.rb', line 1357
def message = data['message']
|
#record_id ⇒ Object
1354
|
# File 'lib/carddb/collection.rb', line 1354
def record_id = data['recordId']
|
#status ⇒ Object
1356
|
# File 'lib/carddb/collection.rb', line 1356
def status = data['status']
|
#target ⇒ Object
1353
|
# File 'lib/carddb/collection.rb', line 1353
def target = data['target']
|