forked from loafle/openapi-generator-original
* 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
)