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
1235
|
# File 'lib/carddb/collection.rb', line 1235
def details = data['details'] || {}
|
#field ⇒ Object
1233
|
# File 'lib/carddb/collection.rb', line 1233
def field = data['field']
|
#message ⇒ Object
1234
|
# File 'lib/carddb/collection.rb', line 1234
def message = data['message']
|