Skip to content

Latest commit

 

History

History
19 lines (12 loc) · 358 Bytes

File metadata and controls

19 lines (12 loc) · 358 Bytes

Petstore::ReadOnlyFirst

Properties

Name Type Description Notes
bar String [optional]
baz String [optional]

Code Sample

require 'Petstore'

instance = Petstore::ReadOnlyFirst.new(bar: null,
                                 baz: null)