Method: Athenian::JIRAPriority.openapi_types
- Defined in:
- lib/athenian/models/jira_priority.rb
.openapi_types ⇒ Object
Attribute type mapping.
44 45 46 47 48 49 50 51 |
# File 'lib/athenian/models/jira_priority.rb', line 44 def self.openapi_types { :'name' => :'String', :'image' => :'String', :'rank' => :'Integer', :'color' => :'String' } end |