Method: FormAPI::AuthenticationError.attribute_map

Defined in:
lib/form_api/models/authentication_error.rb

.attribute_mapObject

Attribute mapping from ruby-style variable name to JSON key.



44
45
46
47
48
49
# File 'lib/form_api/models/authentication_error.rb', line 44

def self.attribute_map
  {
    :'status' => :'status',
    :'error' => :'error'
  }
end