mirror of
				https://github.com/OpenAPITools/openapi-generator.git
				synced 2025-11-04 10:43:44 +00:00 
			
		
		
		
	* added isTyphoeus property to remove negations on isFaraday * adding httpx support as alternative library for ruby client * updated samples
		
			
				
	
	
	
		
			268 B
		
	
	
	
	
	
	
	
			
		
		
	
	
			268 B
		
	
	
	
	
	
	
	
Petstore::NumberOnly
Properties
| Name | Type | Description | Notes | 
|---|---|---|---|
| just_number | Float | [optional] | 
Example
require 'petstore'
instance = Petstore::NumberOnly.new(
  just_number: null
)