forked from loafle/openapi-generator-original
* [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
340 B
340 B
Petstore::ArrayOfArrayOfNumberOnly
Properties
Name | Type | Description | Notes |
---|---|---|---|
array_array_number | Array<Array<Float>> | [optional] |
Code Sample
require 'petstore'
instance = Petstore::ArrayOfArrayOfNumberOnly.new(
array_array_number: null
)