forked from loafle/openapi-generator-original
Ruby client nullable (#4391)
* Ruby Client: implementation of nullable * Ruby samples with nullable implementation * [Ruby] openapi_nullable as a Set and skipping attrs fix
This commit is contained in:
committed by
William Cheng
parent
9a1ff9bf05
commit
f0bcaaf45d
@@ -3,7 +3,7 @@ OpenAPI Petstore
|
||||
|
||||
This is a sample server Petstore server. For this sample, you can use the api key `special-key` to test the authorization filters.
|
||||
|
||||
OpenAPI spec version: 1.0.0
|
||||
The version of the OpenAPI document: 1.0.0
|
||||
Generated by: https://github.com/openapitools/openapi-generator.git
|
||||
|
||||
=end
|
||||
|
||||
@@ -3,7 +3,7 @@ OpenAPI Petstore
|
||||
|
||||
This is a sample server Petstore server. For this sample, you can use the api key `special-key` to test the authorization filters.
|
||||
|
||||
OpenAPI spec version: 1.0.0
|
||||
The version of the OpenAPI document: 1.0.0
|
||||
Generated by: https://github.com/openapitools/openapi-generator.git
|
||||
|
||||
=end
|
||||
|
||||
@@ -3,7 +3,7 @@ OpenAPI Petstore
|
||||
|
||||
This is a sample server Petstore server. For this sample, you can use the api key `special-key` to test the authorization filters.
|
||||
|
||||
OpenAPI spec version: 1.0.0
|
||||
The version of the OpenAPI document: 1.0.0
|
||||
Generated by: https://github.com/openapitools/openapi-generator.git
|
||||
|
||||
=end
|
||||
|
||||
Reference in New Issue
Block a user