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
)