Skip to content

Latest commit

 

History

History
18 lines (12 loc) · 250 Bytes

File metadata and controls

18 lines (12 loc) · 250 Bytes

Petstore::Cat

Properties

Name Type Description Notes
declawed Boolean [optional]

Example

require 'petstore'

instance = Petstore::Cat.new(
  declawed: null
)