Skip to content

Latest commit

 

History

History
25 lines (18 loc) · 660 Bytes

Glossary.md

File metadata and controls

25 lines (18 loc) · 660 Bytes

Phrase::Glossary

Properties

Name Type Description Notes
id String [optional]
name String [optional]
projects Array<ProjectShort> [optional]
created_at Time [optional]
updated_at Time [optional]

Code Sample

require 'Phrase'

instance = Phrase::Glossary.new(id: null,
                                 name: null,
                                 projects: null,
                                 created_at: null,
                                 updated_at: null)