mirror of
https://github.com/OpenAPITools/openapi-generator.git
synced 2026-03-05 13:09:05 +00:00
* fix: Fix ruby client generator to generate setter methods with not null validation Not null validation was missing for required and non-nullable properties when no other validation was present. * fix: Fix an issue where the initialize method did not accept attributes defined in its parent class