You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: modules/openapi-generator/src/test/resources/3_0/ruby/petstore-with-fake-endpoints-models-for-testing.yaml
Copy file name to clipboardExpand all lines: samples/client/petstore/ruby-faraday/docs/FakeApi.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -497,7 +497,7 @@ require 'time'
497
497
require'petstore'
498
498
499
499
api_instance =Petstore::FakeApi.new
500
-
outer_object_with_enum_property =Petstore::OuterObjectWithEnumProperty.new({value:Petstore::OuterEnumInteger::N0}) # OuterObjectWithEnumProperty | Input enum (int) as post body
500
+
outer_object_with_enum_property =Petstore::OuterObjectWithEnumProperty.new({value:Petstore::OuterEnumInteger::NMINUS_1}) # OuterObjectWithEnumProperty | Input enum (int) as post body
Copy file name to clipboardExpand all lines: samples/client/petstore/ruby-httpx/docs/FakeApi.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -497,7 +497,7 @@ require 'time'
497
497
require'petstore'
498
498
499
499
api_instance =Petstore::FakeApi.new
500
-
outer_object_with_enum_property =Petstore::OuterObjectWithEnumProperty.new({value:Petstore::OuterEnumInteger::N0}) # OuterObjectWithEnumProperty | Input enum (int) as post body
500
+
outer_object_with_enum_property =Petstore::OuterObjectWithEnumProperty.new({value:Petstore::OuterEnumInteger::NMINUS_1}) # OuterObjectWithEnumProperty | Input enum (int) as post body
Copy file name to clipboardExpand all lines: samples/client/petstore/ruby/docs/FakeApi.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -497,7 +497,7 @@ require 'time'
497
497
require'petstore'
498
498
499
499
api_instance =Petstore::FakeApi.new
500
-
outer_object_with_enum_property =Petstore::OuterObjectWithEnumProperty.new({value:Petstore::OuterEnumInteger::N0}) # OuterObjectWithEnumProperty | Input enum (int) as post body
500
+
outer_object_with_enum_property =Petstore::OuterObjectWithEnumProperty.new({value:Petstore::OuterEnumInteger::NMINUS_1}) # OuterObjectWithEnumProperty | Input enum (int) as post body
0 commit comments