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
1031
|
# File 'lib/carddb/collection.rb', line 1031
def identifier = data['identifier']
|
#message ⇒ Object
1033
|
# File 'lib/carddb/collection.rb', line 1033
def message = data['message']
|
#record_id ⇒ Object
1030
|
# File 'lib/carddb/collection.rb', line 1030
def record_id = data['recordId']
|
#status ⇒ Object
1032
|
# File 'lib/carddb/collection.rb', line 1032
def status = data['status']
|
#target ⇒ Object
1029
|
# File 'lib/carddb/collection.rb', line 1029
def target = data['target']
|