Method: DocSpring::ErrorResponse.openapi_types

Defined in:
lib/docspring/models/error_response.rb

.openapi_typesObject

Attribute type mapping.



58
59
60
61
62
63
# File 'lib/docspring/models/error_response.rb', line 58

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