forked from loafle/openapi-generator-original
add ruby httpx echo api tests (#16729)
This commit is contained in:
20
samples/client/echo_api/ruby-httpx/docs/Bird.md
Normal file
20
samples/client/echo_api/ruby-httpx/docs/Bird.md
Normal file
@@ -0,0 +1,20 @@
|
||||
# OpenapiClient::Bird
|
||||
|
||||
## Properties
|
||||
|
||||
| Name | Type | Description | Notes |
|
||||
| ---- | ---- | ----------- | ----- |
|
||||
| **size** | **String** | | [optional] |
|
||||
| **color** | **String** | | [optional] |
|
||||
|
||||
## Example
|
||||
|
||||
```ruby
|
||||
require 'openapi_client'
|
||||
|
||||
instance = OpenapiClient::Bird.new(
|
||||
size: null,
|
||||
color: null
|
||||
)
|
||||
```
|
||||
|
||||
Reference in New Issue
Block a user