Bug Report Checklist
Description
When using a spec that includes {} for a property a corresponding AnyType is created. But when going to run code from the Ruby client generator we are getting this error:
``const_get': uninitialized constant LaunchDarklyApi::AnyType (NameError)```
openapi-generator version
5.2.1
OpenAPI declaration file content or url
https://app.launchdarkly.com/api/v2/openapi.json
Generation Details
Steps to reproduce
Generate the ruby client then try to run it with one of the models that use AnyType
Related issues/PRs
Suggest a fix
Similar issue for Kotlin that is closed
#10036
Bug Report Checklist
Description
When using a spec that includes
{}for a property a correspondingAnyTypeis created. But when going to run code from the Ruby client generator we are getting this error:``const_get': uninitialized constant LaunchDarklyApi::AnyType (NameError)```
openapi-generator version
5.2.1
OpenAPI declaration file content or url
https://app.launchdarkly.com/api/v2/openapi.json
Generation Details
Steps to reproduce
Generate the ruby client then try to run it with one of the models that use
AnyTypeRelated issues/PRs
Suggest a fix
Similar issue for Kotlin that is closed
#10036