[Ruby] Replace DateTime with Time (#7656)

* replace DateTime with Time

* add require time

* update doc
This commit is contained in:
William Cheng
2020-10-21 14:13:59 +08:00
committed by GitHub
parent b059b786a5
commit ec74b06d2c
126 changed files with 431 additions and 238 deletions

View File

@@ -14,7 +14,7 @@ Name | Type | Description | Notes
**byte** | **String** | |
**binary** | **File** | | [optional]
**date** | **Date** | |
**date_time** | **DateTime** | | [optional]
**date_time** | **Time** | | [optional]
**uuid** | **String** | | [optional]
**password** | **String** | |
**pattern_with_digits** | **String** | A string that is a 10 digit number. Can have leading zeros. | [optional]