mirror of
				https://github.com/OpenAPITools/openapi-generator.git
				synced 2025-11-04 02:33:54 +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
		
			
				
	
	
	
		
			317 B
		
	
	
	
	
	
	
	
			
		
		
	
	
			317 B
		
	
	
	
	
	
	
	
OpenapiClient::Bird
Properties
| Name | Type | Description | Notes | 
|---|---|---|---|
| size | String | [optional] | |
| color | String | [optional] | 
Example
require 'openapi_client'
instance = OpenapiClient::Bird.new(
  size: null,
  color: null
)