Files
William Cheng 43c78856f5 add new files
2025-09-21 17:51:01 +08:00

301 B

Petstore::Zebra

Properties

Name Type Description Notes
type String [optional]
classname String

Example

require 'petstore'

instance = Petstore::Zebra.new(
  type: null,
  classname: null
)