Ruby: improve handling of default values and examples for parameters in docs

This commit is contained in:
xhh
2016-03-11 15:23:55 +08:00
parent eafcc2427d
commit 1df0923525
10 changed files with 65 additions and 19 deletions

View File

@@ -66,7 +66,7 @@ A single status value can be provided as a string
api = Petstore::StoreApi.new
opts = {
status: "status_example" # [String] Status value that needs to be considered for query
status: "placed" # [String] Status value that needs to be considered for query
}
begin