Method: Athenian::GenericError.openapi_types
- Defined in:
- lib/athenian/models/generic_error.rb
.openapi_types ⇒ Object
Attribute type mapping.
47 48 49 50 51 52 53 54 55 |
# File 'lib/athenian/models/generic_error.rb', line 47 def self.openapi_types { :'detail' => :'String', :'instance' => :'String', :'status' => :'Integer', :'title' => :'String', :'type' => :'String' } end |