forked from loafle/openapi-generator-original
18 lines
548 B
YAML
18 lines
548 B
YAML
generatorName: ruby
|
|
outputDir: samples/client/petstore/ruby
|
|
library: typhoeus
|
|
inputSpec: modules/openapi-generator/src/test/resources/3_0/ruby/petstore-with-fake-endpoints-models-for-testing.yaml
|
|
templateDir: modules/openapi-generator/src/main/resources/ruby-client
|
|
additionalProperties:
|
|
gemVersion: 1.0.0
|
|
moduleName: Petstore
|
|
gemName: petstore
|
|
skipFormModel: "true"
|
|
strictSpecBehavior: false
|
|
nameMappings:
|
|
_type: underscore_type
|
|
type_: type_with_underscore
|
|
parameterNameMappings:
|
|
_type: underscore_type
|
|
type_: type_with_underscore
|