2024-10-19 15:10:45 +08:00

249 B

Petstore::Cat

Properties

Name Type Description Notes
declawed Boolean [optional]

Example

require 'petstore'

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