Skip to content

Latest commit

 

History

History
18 lines (12 loc) · 278 Bytes

PatchNote.md

File metadata and controls

18 lines (12 loc) · 278 Bytes

Synctera::PatchNote

Properties

Name Type Description Notes
status NoteStatus [optional]

Example

require 'synctera'

instance = Synctera::PatchNote.new(
  status: null
)