forked from loafle/openapi-generator-original
* 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