Skip to content

Latest commit

 

History

History
25 lines (18 loc) · 636 Bytes

ProjectShort.md

File metadata and controls

25 lines (18 loc) · 636 Bytes

Phrase::ProjectShort

Properties

Name Type Description Notes
id String [optional]
name String [optional]
main_format String [optional]
created_at Time [optional]
updated_at Time [optional]

Code Sample

require 'Phrase'

instance = Phrase::ProjectShort.new(id: null,
                                 name: null,
                                 main_format: null,
                                 created_at: null,
                                 updated_at: null)