|
6 | 6 | OpenAPI spec version: 1.0.0 |
7 | 7 |
|
8 | 8 | Generated by: https://openapi-generator.tech |
9 | | -OpenAPI Generator version: 3.2.0-SNAPSHOT |
| 9 | +OpenAPI Generator version: 3.2.1-SNAPSHOT |
10 | 10 |
|
11 | 11 | =end |
12 | 12 |
|
@@ -65,6 +65,7 @@ def fake_outer_boolean_serialize_with_http_info(opts = {}) |
65 | 65 | end |
66 | 66 | return data, status_code, headers |
67 | 67 | end |
| 68 | + |
68 | 69 | # Test serialization of object with outer number type |
69 | 70 | # @param [Hash] opts the optional parameters |
70 | 71 | # @option opts [OuterComposite] :outer_composite Input composite as post body |
@@ -111,6 +112,7 @@ def fake_outer_composite_serialize_with_http_info(opts = {}) |
111 | 112 | end |
112 | 113 | return data, status_code, headers |
113 | 114 | end |
| 115 | + |
114 | 116 | # Test serialization of outer number types |
115 | 117 | # @param [Hash] opts the optional parameters |
116 | 118 | # @option opts [Float] :body Input number as post body |
@@ -157,6 +159,7 @@ def fake_outer_number_serialize_with_http_info(opts = {}) |
157 | 159 | end |
158 | 160 | return data, status_code, headers |
159 | 161 | end |
| 162 | + |
160 | 163 | # Test serialization of outer string types |
161 | 164 | # @param [Hash] opts the optional parameters |
162 | 165 | # @option opts [String] :body Input string as post body |
@@ -203,6 +206,7 @@ def fake_outer_string_serialize_with_http_info(opts = {}) |
203 | 206 | end |
204 | 207 | return data, status_code, headers |
205 | 208 | end |
| 209 | + |
206 | 210 | # For this test, the body for this request much reference a schema named `File`. |
207 | 211 | # @param file_schema_test_class |
208 | 212 | # @param [Hash] opts the optional parameters |
@@ -252,6 +256,7 @@ def test_body_with_file_schema_with_http_info(file_schema_test_class, opts = {}) |
252 | 256 | end |
253 | 257 | return data, status_code, headers |
254 | 258 | end |
| 259 | + |
255 | 260 | # @param query |
256 | 261 | # @param user |
257 | 262 | # @param [Hash] opts the optional parameters |
@@ -306,6 +311,7 @@ def test_body_with_query_params_with_http_info(query, user, opts = {}) |
306 | 311 | end |
307 | 312 | return data, status_code, headers |
308 | 313 | end |
| 314 | + |
309 | 315 | # To test \"client\" model |
310 | 316 | # To test \"client\" model |
311 | 317 | # @param client client model |
@@ -360,6 +366,7 @@ def test_client_model_with_http_info(client, opts = {}) |
360 | 366 | end |
361 | 367 | return data, status_code, headers |
362 | 368 | end |
| 369 | + |
363 | 370 | # Fake endpoint for testing various parameters 假端點 偽のエンドポイント 가짜 엔드 포인트 |
364 | 371 | # Fake endpoint for testing various parameters 假端點 偽のエンドポイント 가짜 엔드 포인트 |
365 | 372 | # @param number None |
@@ -515,6 +522,7 @@ def test_endpoint_parameters_with_http_info(number, double, pattern_without_deli |
515 | 522 | end |
516 | 523 | return data, status_code, headers |
517 | 524 | end |
| 525 | + |
518 | 526 | # To test enum parameters |
519 | 527 | # To test enum parameters |
520 | 528 | # @param [Hash] opts the optional parameters |
@@ -608,6 +616,7 @@ def test_enum_parameters_with_http_info(opts = {}) |
608 | 616 | end |
609 | 617 | return data, status_code, headers |
610 | 618 | end |
| 619 | + |
611 | 620 | # test inline additionalProperties |
612 | 621 | # @param request_body request body |
613 | 622 | # @param [Hash] opts the optional parameters |
@@ -657,6 +666,7 @@ def test_inline_additional_properties_with_http_info(request_body, opts = {}) |
657 | 666 | end |
658 | 667 | return data, status_code, headers |
659 | 668 | end |
| 669 | + |
660 | 670 | # test json serialization of form data |
661 | 671 | # @param param field1 |
662 | 672 | # @param param2 field2 |
@@ -714,5 +724,6 @@ def test_json_form_data_with_http_info(param, param2, opts = {}) |
714 | 724 | end |
715 | 725 | return data, status_code, headers |
716 | 726 | end |
| 727 | + |
717 | 728 | end |
718 | 729 | end |
0 commit comments