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