mirror of
https://github.com/jlengrand/openapi-generator.git
synced 2026-05-09 08:31:21 +00:00
* [ruby] fix oneOf handling * use previous ruby configs due to issue #4690 * check for oneOf model in base_object * validate the attributes in partial_oneof_module
344 B
344 B
Petstore::FileSchemaTestClass
Properties
| Name | Type | Description | Notes |
|---|---|---|---|
| file | File | [optional] | |
| files | Array<File> | [optional] |
Code Sample
require 'petstore'
instance = Petstore::FileSchemaTestClass.new(
file: null,
files: null
)