mirror of
https://github.com/OpenAPITools/openapi-generator.git
synced 2025-05-12 20:50:55 +00:00
* 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
410 B
410 B
OpenapiClient::NumberPropertiesOnly
Properties
Name | Type | Description | Notes |
---|---|---|---|
number | Float | [optional] | |
float | Float | [optional] | |
double | Float | [optional] |
Example
require 'openapi_client'
instance = OpenapiClient::NumberPropertiesOnly.new(
number: null,
float: null,
double: null
)