Skip to content

Latest commit

 

History

History
20 lines (14 loc) · 337 Bytes

File metadata and controls

20 lines (14 loc) · 337 Bytes

Petstore::HasOnlyReadOnly

Properties

Name Type Description Notes
bar String [optional][readonly]
foo String [optional][readonly]

Example

require 'petstore'

instance = Petstore::HasOnlyReadOnly.new(
  bar: null,
  foo: null
)