mirror of
https://github.com/jlengrand/openapi-generator.git
synced 2026-05-11 00:21:18 +00:00
* add to_s in api error class * rename variable to align with code sample * fix initalize, better validation * update petstore samples * add code sample for model * add auto-generated travis file * improve error message * add travis file * uncomment to_s
479 B
479 B
Petstore::OuterComposite
Properties
| Name | Type | Description | Notes |
|---|---|---|---|
| my_number | Float | [optional] | |
| my_string | String | [optional] | |
| my_boolean | BOOLEAN | [optional] |
Code Sample
require 'Petstore'
instance = Petstore::OuterComposite.new(my_number: null,
my_string: null,
my_boolean: null)