File tree 6 files changed +0
-6
lines changed
6 files changed +0
-6
lines changed Original file line number Diff line number Diff line change @@ -108,7 +108,6 @@ lib/petstore/models/format_test.rb
108
108
lib/petstore/models/has_only_read_only.rb
109
109
lib/petstore/models/health_check_result.rb
110
110
lib/petstore/models/list.rb
111
- lib/petstore/models/mamal_with_enum.rb
112
111
lib/petstore/models/mammal.rb
113
112
lib/petstore/models/mammal_anyof.rb
114
113
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 )
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'
Original file line number Diff line number Diff line change @@ -108,7 +108,6 @@ lib/petstore/models/format_test.rb
108
108
lib/petstore/models/has_only_read_only.rb
109
109
lib/petstore/models/health_check_result.rb
110
110
lib/petstore/models/list.rb
111
- lib/petstore/models/mamal_with_enum.rb
112
111
lib/petstore/models/mammal.rb
113
112
lib/petstore/models/mammal_anyof.rb
114
113
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 )
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