Skip to content

Latest commit

 

History

History
18 lines (12 loc) · 243 Bytes

File metadata and controls

18 lines (12 loc) · 243 Bytes

Petstore::Dog

Properties

Name Type Description Notes
breed String [optional]

Example

require 'petstore'

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