Files
openapi-generator-original/samples/client/petstore/ruby-faraday/docs/Cat.md
2020-12-05 18:27:49 +08:00

250 B

Petstore::Cat

Properties

Name Type Description Notes
declawed Boolean [optional]

Example

require 'petstore'

instance = Petstore::Cat.new(
  declawed: null
)