update ruby with oas2 before ci test (#231)

This commit is contained in:
William Cheng
2018-04-26 13:15:04 +08:00
committed by GitHub
parent fe15f46906
commit e2d4f5b5ca
16 changed files with 29 additions and 226 deletions

View File

@@ -1,7 +0,0 @@
# Petstore::AnimalFarm
## Properties
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------

View File

@@ -1,9 +0,0 @@
# Petstore::Body4
## Properties
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**param** | **String** | field1 |
**param2** | **String** | field2 |

View File

@@ -17,7 +17,7 @@ Method | HTTP request | Description
# **fake_outer_boolean_serialize**
> OuterBoolean fake_outer_boolean_serialize(opts)
> BOOLEAN fake_outer_boolean_serialize(opts)
@@ -49,7 +49,7 @@ Name | Type | Description | Notes
### Return type
[**OuterBoolean**](OuterBoolean.md)
**BOOLEAN**
### Authorization
@@ -109,7 +109,7 @@ No authorization required
# **fake_outer_number_serialize**
> OuterNumber fake_outer_number_serialize(opts)
> Float fake_outer_number_serialize(opts)
@@ -141,7 +141,7 @@ Name | Type | Description | Notes
### Return type
[**OuterNumber**](OuterNumber.md)
**Float**
### Authorization
@@ -155,7 +155,7 @@ No authorization required
# **fake_outer_string_serialize**
> OuterString fake_outer_string_serialize(opts)
> String fake_outer_string_serialize(opts)
@@ -187,7 +187,7 @@ Name | Type | Description | Notes
### Return type
[**OuterString**](OuterString.md)
**String**
### Authorization

View File

@@ -1,7 +0,0 @@
# Petstore::OuterBoolean
## Properties
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------

View File

@@ -3,8 +3,8 @@
## Properties
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**my_number** | [**OuterNumber**](OuterNumber.md) | | [optional]
**my_string** | [**OuterString**](OuterString.md) | | [optional]
**my_boolean** | [**OuterBoolean**](OuterBoolean.md) | | [optional]
**my_number** | **Float** | | [optional]
**my_string** | **String** | | [optional]
**my_boolean** | **BOOLEAN** | | [optional]

View File

@@ -1,7 +0,0 @@
# Petstore::OuterNumber
## Properties
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------

View File

@@ -1,7 +0,0 @@
# Petstore::OuterString
## Properties
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------