Method: Weblate::UnitLabels.openapi_types
- Defined in:
- lib/weblate/models/unit_labels.rb
.openapi_types ⇒ Object
Attribute type mapping.
64 65 66 67 68 69 70 71 |
# File 'lib/weblate/models/unit_labels.rb', line 64 def self.openapi_types { :'id' => :'Integer', :'name' => :'String', :'description' => :'String', :'color' => :'ColorEnum' } end |