Add multiple inheritance support to Perl client (#1681)

* add multiple inheritance support to perl client

* remove allof test from fake petstore
This commit is contained in:
William Cheng
2018-12-17 15:28:20 +08:00
committed by GitHub
parent b6a23986b3
commit d7d994620c
98 changed files with 8153 additions and 5047 deletions

View File

@@ -8,8 +8,6 @@ use WWW::OpenAPIClient::Object::Dog;
## Properties
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**class_name** | **string** | |
**color** | **string** | | [optional] [default to 'red']
**breed** | **string** | | [optional]
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)