File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -37,7 +37,6 @@ docs/FormatTest.md
3737docs/HasOnlyReadOnly.md
3838docs/HealthCheckResult.md
3939docs/List.md
40- docs/MamalWithEnum.md
4140docs/Mammal.md
4241docs/MammalAnyof.md
4342docs/MammalWithoutDiscriminator.md
@@ -108,7 +107,6 @@ lib/petstore/models/format_test.rb
108107lib/petstore/models/has_only_read_only.rb
109108lib/petstore/models/health_check_result.rb
110109lib/petstore/models/list.rb
111- lib/petstore/models/mamal_with_enum.rb
112110lib/petstore/models/mammal.rb
113111lib/petstore/models/mammal_anyof.rb
114112lib/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
153153 - [ Petstore::HasOnlyReadOnly] ( docs/HasOnlyReadOnly.md )
154154 - [ Petstore::HealthCheckResult] ( docs/HealthCheckResult.md )
155155 - [ Petstore::List] ( docs/List.md )
156- - [ Petstore::MamalWithEnum] ( docs/MamalWithEnum.md )
157156 - [ Petstore::Mammal] ( docs/Mammal.md )
158157 - [ Petstore::MammalAnyof] ( docs/MammalAnyof.md )
159158 - [ Petstore::MammalWithoutDiscriminator] ( docs/MammalWithoutDiscriminator.md )
Original file line number Diff line number Diff line change 4242require 'petstore/models/has_only_read_only'
4343require 'petstore/models/health_check_result'
4444require 'petstore/models/list'
45- require 'petstore/models/mamal_with_enum'
4645require 'petstore/models/mammal'
4746require 'petstore/models/mammal_anyof'
4847require 'petstore/models/mammal_without_discriminator'
Original file line number Diff line number Diff line change @@ -37,7 +37,6 @@ docs/FormatTest.md
3737docs/HasOnlyReadOnly.md
3838docs/HealthCheckResult.md
3939docs/List.md
40- docs/MamalWithEnum.md
4140docs/Mammal.md
4241docs/MammalAnyof.md
4342docs/MammalWithoutDiscriminator.md
@@ -108,7 +107,6 @@ lib/petstore/models/format_test.rb
108107lib/petstore/models/has_only_read_only.rb
109108lib/petstore/models/health_check_result.rb
110109lib/petstore/models/list.rb
111- lib/petstore/models/mamal_with_enum.rb
112110lib/petstore/models/mammal.rb
113111lib/petstore/models/mammal_anyof.rb
114112lib/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
153153 - [ Petstore::HasOnlyReadOnly] ( docs/HasOnlyReadOnly.md )
154154 - [ Petstore::HealthCheckResult] ( docs/HealthCheckResult.md )
155155 - [ Petstore::List] ( docs/List.md )
156- - [ Petstore::MamalWithEnum] ( docs/MamalWithEnum.md )
157156 - [ Petstore::Mammal] ( docs/Mammal.md )
158157 - [ Petstore::MammalAnyof] ( docs/MammalAnyof.md )
159158 - [ Petstore::MammalWithoutDiscriminator] ( docs/MammalWithoutDiscriminator.md )
Original file line number Diff line number Diff line change 4242require 'petstore/models/has_only_read_only'
4343require 'petstore/models/health_check_result'
4444require 'petstore/models/list'
45- require 'petstore/models/mamal_with_enum'
4645require 'petstore/models/mammal'
4746require 'petstore/models/mammal_anyof'
4847require 'petstore/models/mammal_without_discriminator'
You can’t perform that action at this time.
0 commit comments