forked from loafle/openapi-generator-original
Update ruby httpx petstore test (#16753)
* update ruby httpx petstore test * fix pom * comment out ruby httpx tests
This commit is contained in:
20
samples/client/petstore/ruby-httpx/docs/InlineObject.md
Normal file
20
samples/client/petstore/ruby-httpx/docs/InlineObject.md
Normal file
@@ -0,0 +1,20 @@
|
||||
# Petstore::InlineObject
|
||||
|
||||
## Properties
|
||||
|
||||
| Name | Type | Description | Notes |
|
||||
| ---- | ---- | ----------- | ----- |
|
||||
| **name** | **String** | Updated name of the pet | [optional] |
|
||||
| **status** | **String** | Updated status of the pet | [optional] |
|
||||
|
||||
## Example
|
||||
|
||||
```ruby
|
||||
require 'petstore'
|
||||
|
||||
instance = Petstore::InlineObject.new(
|
||||
name: null,
|
||||
status: null
|
||||
)
|
||||
```
|
||||
|
||||
Reference in New Issue
Block a user