Skip to content

Latest commit

 

History

History
20 lines (14 loc) · 333 Bytes

File metadata and controls

20 lines (14 loc) · 333 Bytes

Petstore::Animal

Properties

Name Type Description Notes
class_name String
color String [optional][default to 'red']

Example

require 'petstore'

instance = Petstore::Animal.new(
  class_name: null,
  color: null
)