mirror of
https://github.com/OpenAPITools/openapi-generator.git
synced 2025-11-02 17:53:56 +00:00
* added isTyphoeus property to remove negations on isFaraday * adding httpx support as alternative library for ruby client * updated samples
333 B
333 B
Petstore::Animal
Properties
| Name | Type | Description | Notes |
|---|---|---|---|
| class_name | String | ||
| color | String | [optional][default to 'red'] |
Example
require 'petstore'
instance = Petstore::Animal.new(
class_name: null,
color: null
)