Skip to content

Commit 36771bc

Browse files
committed
Fix checks
1 parent a21b553 commit 36771bc

File tree

2 files changed

+17
-1
lines changed

2 files changed

+17
-1
lines changed

samples/client/petstore/ruby-autoload/lib/petstore/models/all_of_with_single_ref.rb

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,6 @@ def self.openapi_types
4343
# List of attributes with nullable: true
4444
def self.openapi_nullable
4545
Set.new([
46-
:'single_ref_type'
4746
])
4847
end
4948

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
# TypeTesting
2+
3+
## Properties
4+
5+
Name | Type | Description | Notes
6+
------------ | ------------- | ------------- | -------------
7+
**int32** | **i32** | |
8+
**int64** | **i64** | |
9+
**float** | **f32** | |
10+
**double** | **f64** | |
11+
**string** | **String** | |
12+
**boolean** | **bool** | |
13+
**uuid** | [**uuid::Uuid**](uuid::Uuid.md) | |
14+
15+
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
16+
17+

0 commit comments

Comments
 (0)