forked from loafle/openapi-generator-original
* Move output directory for bin/openapi3/ruby-client-petstore.sh $ git mv sample/client/petstore/ruby sample/openapi3/client/petstore/ruby-client * $ bin/ruby-client-petstore.sh * Run bin/ruby-client-petstore.sh in bin/utils/ensure-up-to-date
415 B
415 B
Petstore::Order
Properties
Name | Type | Description | Notes |
---|---|---|---|
id | Integer | [optional] | |
pet_id | Integer | [optional] | |
quantity | Integer | [optional] | |
ship_date | DateTime | [optional] | |
status | String | Order Status | [optional] |
complete | BOOLEAN | [optional] [default to false] |