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

242 B

Petstore::Dog

Properties

Name Type Description Notes
breed String [optional]

Example

require 'petstore'

instance = Petstore::Dog.new(
  breed: null
)