forked from loafle/openapi-generator-original
[Ruby] Replace DateTime with Time (#7656)
* replace DateTime with Time * add require time * update doc
This commit is contained in:
@@ -48,13 +48,13 @@ These options may be applied as additional-properties (cli) or configOptions (pl
|
||||
<li>Array</li>
|
||||
<li>Boolean</li>
|
||||
<li>Date</li>
|
||||
<li>DateTime</li>
|
||||
<li>File</li>
|
||||
<li>Float</li>
|
||||
<li>Hash</li>
|
||||
<li>Integer</li>
|
||||
<li>Object</li>
|
||||
<li>String</li>
|
||||
<li>Time</li>
|
||||
<li>array</li>
|
||||
<li>int</li>
|
||||
<li>map</li>
|
||||
|
||||
Reference in New Issue
Block a user