Skip to content

Latest commit

 

History

History
24 lines (18 loc) · 449 Bytes

File metadata and controls

24 lines (18 loc) · 449 Bytes

Petstore::MammalAnyof

Properties

Name Type Description Notes
has_baleen Boolean [optional]
has_teeth Boolean [optional]
classname String
type String [optional]

Example

require 'petstore'

instance = Petstore::MammalAnyof.new(
  has_baleen: null,
  has_teeth: null,
  classname: null,
  type: null
)