forked from loafle/openapi-generator-original
* maps 'boolean' to 'Boolean' in Ruby (#2385) * update Ruby client samples (#2385)
This commit is contained in:
committed by
William Cheng
parent
94466d54b3
commit
40253a5b82
@@ -5,8 +5,8 @@ Name | Type | Description | Notes
|
||||
------------ | ------------- | ------------- | -------------
|
||||
**map_map_of_string** | **Hash<String, Hash<String, String>>** | | [optional]
|
||||
**map_of_enum_string** | **Hash<String, String>** | | [optional]
|
||||
**direct_map** | **Hash<String, BOOLEAN>** | | [optional]
|
||||
**indirect_map** | **Hash<String, BOOLEAN>** | | [optional]
|
||||
**direct_map** | **Hash<String, Boolean>** | | [optional]
|
||||
**indirect_map** | **Hash<String, Boolean>** | | [optional]
|
||||
|
||||
## Code Sample
|
||||
|
||||
|
||||
Reference in New Issue
Block a user