forked from loafle/openapi-generator-original
[Ruby] add file download tests (#17362)
* add new ruby echo api clients * add tests for ruby faraday file download * add file download test to ruby Typhoeus * add ruby workflow, add tests for ruby httpx * update * fix
This commit is contained in:
20
samples/client/echo_api/ruby-faraday/docs/Query.md
Normal file
20
samples/client/echo_api/ruby-faraday/docs/Query.md
Normal file
@@ -0,0 +1,20 @@
|
||||
# OpenapiClient::Query
|
||||
|
||||
## Properties
|
||||
|
||||
| Name | Type | Description | Notes |
|
||||
| ---- | ---- | ----------- | ----- |
|
||||
| **id** | **Integer** | Query | [optional] |
|
||||
| **outcomes** | **Array<String>** | | [optional] |
|
||||
|
||||
## Example
|
||||
|
||||
```ruby
|
||||
require 'openapi_client'
|
||||
|
||||
instance = OpenapiClient::Query.new(
|
||||
id: null,
|
||||
outcomes: null
|
||||
)
|
||||
```
|
||||
|
||||
Reference in New Issue
Block a user