Method: EilamTest::SystemType.openapi_types
- Defined in:
- lib/eilam_test/models/system_type.rb
.openapi_types ⇒ Object
Attribute type mapping.
73 74 75 76 77 78 79 80 81 |
# File 'lib/eilam_test/models/system_type.rb', line 73 def self.openapi_types { :'component_state' => :'String', :'name' => :'String', :'short_version' => :'String', :'uuid' => :'String', :'version' => :'String' } end |