[Ruby] Fix type mapping for Ruby (#2385) (#2386)

* maps 'boolean' to 'Boolean' in Ruby (#2385)

* update Ruby client samples (#2385)
This commit is contained in:
Akira Tanimura
2019-03-17 12:07:00 +09:00
committed by William Cheng
parent 94466d54b3
commit 40253a5b82
97 changed files with 156 additions and 157 deletions

View File

@@ -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