2019-10-10 11:07:50 +08:00

260 B

Petstore::Dog

Properties

Name Type Description Notes
breed String [optional]

Code Sample

require 'Petstore'

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