mirror of
https://github.com/OpenAPITools/openapi-generator.git
synced 2025-12-10 05:46:11 +00:00
Update ruby httpx petstore test (#16753)
* update ruby httpx petstore test * fix pom * comment out ruby httpx tests
This commit is contained in:
@@ -0,0 +1,18 @@
|
||||
# Petstore::InlineResponseDefault
|
||||
|
||||
## Properties
|
||||
|
||||
| Name | Type | Description | Notes |
|
||||
| ---- | ---- | ----------- | ----- |
|
||||
| **string** | [**Foo**](Foo.md) | | [optional] |
|
||||
|
||||
## Example
|
||||
|
||||
```ruby
|
||||
require 'petstore'
|
||||
|
||||
instance = Petstore::InlineResponseDefault.new(
|
||||
string: null
|
||||
)
|
||||
```
|
||||
|
||||
Reference in New Issue
Block a user