partial fix

This commit is contained in:
William Cheng
2024-10-19 15:10:45 +08:00
parent 38dac13c26
commit 277b43bcea
9287 changed files with 38670 additions and 67381 deletions

View File

@@ -17,4 +17,3 @@ instance = OpenapiClient::Bird.new(
color: null
)
```

View File

@@ -17,4 +17,3 @@ instance = OpenapiClient::Category.new(
name: Dogs
)
```

View File

@@ -19,4 +19,3 @@ instance = OpenapiClient::DataQuery.new(
date: null
)
```

View File

@@ -29,4 +29,3 @@ instance = OpenapiClient::DefaultValue.new(
string_nullable: null
)
```

View File

@@ -19,4 +19,3 @@ instance = OpenapiClient::NumberPropertiesOnly.new(
double: null
)
```

View File

@@ -25,4 +25,3 @@ instance = OpenapiClient::Pet.new(
status: null
)
```

View File

@@ -17,4 +17,3 @@ instance = OpenapiClient::Query.new(
outcomes: null
)
```

View File

@@ -12,4 +12,3 @@ require 'openapi_client'
instance = OpenapiClient::StringEnumRef.new()
```

View File

@@ -17,4 +17,3 @@ instance = OpenapiClient::Tag.new(
name: null
)
```

View File

@@ -15,4 +15,3 @@ instance = OpenapiClient::TestFormObjectMultipartRequestMarker.new(
name: null
)
```

View File

@@ -21,4 +21,3 @@ instance = OpenapiClient::TestQueryStyleDeepObjectExplodeTrueObjectAllOfQueryObj
name: Dogs
)
```

View File

@@ -15,4 +15,3 @@ instance = OpenapiClient::TestQueryStyleFormExplodeTrueArrayStringQueryObjectPar
values: null
)
```