Method: Falcon::FalconxEntity.openapi_types
- Defined in:
- lib/crimson-falcon/models/falconx_entity.rb
.openapi_types ⇒ Object
Attribute type mapping.
59 60 61 62 63 64 65 66 |
# File 'lib/crimson-falcon/models/falconx_entity.rb', line 59 def self.openapi_types { :'id' => :'Integer', :'name' => :'String', :'slug' => :'String', :'value' => :'String' } end |