File tree 12 files changed +0
-378
lines changed
12 files changed +0
-378
lines changed Original file line number Diff line number Diff line change @@ -37,7 +37,6 @@ docs/FormatTest.md
37
37
docs/HasOnlyReadOnly.md
38
38
docs/HealthCheckResult.md
39
39
docs/List.md
40
- docs/MamalWithEnum.md
41
40
docs/Mammal.md
42
41
docs/MammalAnyof.md
43
42
docs/MammalWithoutDiscriminator.md
@@ -108,7 +107,6 @@ lib/petstore/models/format_test.rb
108
107
lib/petstore/models/has_only_read_only.rb
109
108
lib/petstore/models/health_check_result.rb
110
109
lib/petstore/models/list.rb
111
- lib/petstore/models/mamal_with_enum.rb
112
110
lib/petstore/models/mammal.rb
113
111
lib/petstore/models/mammal_anyof.rb
114
112
lib/petstore/models/mammal_without_discriminator.rb
Original file line number Diff line number Diff line change @@ -153,7 +153,6 @@ Class | Method | HTTP request | Description
153
153
- [ Petstore::HasOnlyReadOnly] ( docs/HasOnlyReadOnly.md )
154
154
- [ Petstore::HealthCheckResult] ( docs/HealthCheckResult.md )
155
155
- [ Petstore::List] ( docs/List.md )
156
- - [ Petstore::MamalWithEnum] ( docs/MamalWithEnum.md )
157
156
- [ Petstore::Mammal] ( docs/Mammal.md )
158
157
- [ Petstore::MammalAnyof] ( docs/MammalAnyof.md )
159
158
- [ Petstore::MammalWithoutDiscriminator] ( docs/MammalWithoutDiscriminator.md )
Load Diff This file was deleted.
Original file line number Diff line number Diff line change 42
42
require 'petstore/models/has_only_read_only'
43
43
require 'petstore/models/health_check_result'
44
44
require 'petstore/models/list'
45
- require 'petstore/models/mamal_with_enum'
46
45
require 'petstore/models/mammal'
47
46
require 'petstore/models/mammal_anyof'
48
47
require 'petstore/models/mammal_without_discriminator'
Load Diff This file was deleted.
Load Diff This file was deleted.
Original file line number Diff line number Diff line change @@ -37,7 +37,6 @@ docs/FormatTest.md
37
37
docs/HasOnlyReadOnly.md
38
38
docs/HealthCheckResult.md
39
39
docs/List.md
40
- docs/MamalWithEnum.md
41
40
docs/Mammal.md
42
41
docs/MammalAnyof.md
43
42
docs/MammalWithoutDiscriminator.md
@@ -108,7 +107,6 @@ lib/petstore/models/format_test.rb
108
107
lib/petstore/models/has_only_read_only.rb
109
108
lib/petstore/models/health_check_result.rb
110
109
lib/petstore/models/list.rb
111
- lib/petstore/models/mamal_with_enum.rb
112
110
lib/petstore/models/mammal.rb
113
111
lib/petstore/models/mammal_anyof.rb
114
112
lib/petstore/models/mammal_without_discriminator.rb
Original file line number Diff line number Diff line change @@ -153,7 +153,6 @@ Class | Method | HTTP request | Description
153
153
- [ Petstore::HasOnlyReadOnly] ( docs/HasOnlyReadOnly.md )
154
154
- [ Petstore::HealthCheckResult] ( docs/HealthCheckResult.md )
155
155
- [ Petstore::List] ( docs/List.md )
156
- - [ Petstore::MamalWithEnum] ( docs/MamalWithEnum.md )
157
156
- [ Petstore::Mammal] ( docs/Mammal.md )
158
157
- [ Petstore::MammalAnyof] ( docs/MammalAnyof.md )
159
158
- [ Petstore::MammalWithoutDiscriminator] ( docs/MammalWithoutDiscriminator.md )
Load Diff This file was deleted.
Original file line number Diff line number Diff line change 42
42
require 'petstore/models/has_only_read_only'
43
43
require 'petstore/models/health_check_result'
44
44
require 'petstore/models/list'
45
- require 'petstore/models/mamal_with_enum'
46
45
require 'petstore/models/mammal'
47
46
require 'petstore/models/mammal_anyof'
48
47
require 'petstore/models/mammal_without_discriminator'
You can’t perform that action at this time.
0 commit comments