mirror of
https://github.com/OpenAPITools/openapi-generator.git
synced 2025-12-03 00:43:46 +00:00
[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:
15
samples/client/echo_api/ruby-faraday/docs/StringEnumRef.md
Normal file
15
samples/client/echo_api/ruby-faraday/docs/StringEnumRef.md
Normal file
@@ -0,0 +1,15 @@
|
||||
# OpenapiClient::StringEnumRef
|
||||
|
||||
## Properties
|
||||
|
||||
| Name | Type | Description | Notes |
|
||||
| ---- | ---- | ----------- | ----- |
|
||||
|
||||
## Example
|
||||
|
||||
```ruby
|
||||
require 'openapi_client'
|
||||
|
||||
instance = OpenapiClient::StringEnumRef.new()
|
||||
```
|
||||
|
||||
Reference in New Issue
Block a user