Files
openapi-generator/samples/client/petstore/ruby/docs/InlineObject4.md
Julien Feltesse 522faf835a [ruby] fix oneOf handling (#5706)
* [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
2020-11-23 22:43:34 +08:00

319 B

Petstore::InlineObject4

Properties

Name Type Description Notes
param String field1
param2 String field2

Code Sample

require 'petstore'

instance = Petstore::InlineObject4.new(
  param: null,
  param2: null
)