forked from loafle/openapi-generator-original
partial fix
This commit is contained in:
@@ -17,4 +17,3 @@ instance = OpenapiClient::Bird.new(
|
||||
color: null
|
||||
)
|
||||
```
|
||||
|
||||
|
||||
@@ -17,4 +17,3 @@ instance = OpenapiClient::Category.new(
|
||||
name: Dogs
|
||||
)
|
||||
```
|
||||
|
||||
|
||||
@@ -19,4 +19,3 @@ instance = OpenapiClient::DataQuery.new(
|
||||
date: null
|
||||
)
|
||||
```
|
||||
|
||||
|
||||
@@ -29,4 +29,3 @@ instance = OpenapiClient::DefaultValue.new(
|
||||
string_nullable: null
|
||||
)
|
||||
```
|
||||
|
||||
|
||||
@@ -19,4 +19,3 @@ instance = OpenapiClient::NumberPropertiesOnly.new(
|
||||
double: null
|
||||
)
|
||||
```
|
||||
|
||||
|
||||
@@ -25,4 +25,3 @@ instance = OpenapiClient::Pet.new(
|
||||
status: null
|
||||
)
|
||||
```
|
||||
|
||||
|
||||
@@ -17,4 +17,3 @@ instance = OpenapiClient::Query.new(
|
||||
outcomes: null
|
||||
)
|
||||
```
|
||||
|
||||
|
||||
@@ -12,4 +12,3 @@ require 'openapi_client'
|
||||
|
||||
instance = OpenapiClient::StringEnumRef.new()
|
||||
```
|
||||
|
||||
|
||||
@@ -17,4 +17,3 @@ instance = OpenapiClient::Tag.new(
|
||||
name: null
|
||||
)
|
||||
```
|
||||
|
||||
|
||||
@@ -15,4 +15,3 @@ instance = OpenapiClient::TestFormObjectMultipartRequestMarker.new(
|
||||
name: null
|
||||
)
|
||||
```
|
||||
|
||||
|
||||
@@ -21,4 +21,3 @@ instance = OpenapiClient::TestQueryStyleDeepObjectExplodeTrueObjectAllOfQueryObj
|
||||
name: Dogs
|
||||
)
|
||||
```
|
||||
|
||||
|
||||
@@ -15,4 +15,3 @@ instance = OpenapiClient::TestQueryStyleFormExplodeTrueArrayStringQueryObjectPar
|
||||
values: null
|
||||
)
|
||||
```
|
||||
|
||||
|
||||
Reference in New Issue
Block a user