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
1305
|
# File 'lib/carddb/collection.rb', line 1305
def identifier = data['identifier']
|
#message ⇒ Object
1307
|
# File 'lib/carddb/collection.rb', line 1307
def message = data['message']
|
#record_id ⇒ Object
1304
|
# File 'lib/carddb/collection.rb', line 1304
def record_id = data['recordId']
|
#status ⇒ Object
1306
|
# File 'lib/carddb/collection.rb', line 1306
def status = data['status']
|
#target ⇒ Object
1303
|
# File 'lib/carddb/collection.rb', line 1303
def target = data['target']
|