Class: CardDB::RecordValidationError
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
#details ⇒ Object
1298
|
# File 'lib/carddb/collection.rb', line 1298
def details = data['details'] || {}
|
#field ⇒ Object
1296
|
# File 'lib/carddb/collection.rb', line 1296
def field = data['field']
|
#message ⇒ Object
1297
|
# File 'lib/carddb/collection.rb', line 1297
def message = data['message']
|