Skip to content

Latest commit

 

History

History
27 lines (20 loc) · 749 Bytes

Space.md

File metadata and controls

27 lines (20 loc) · 749 Bytes

Phrase::Space

Properties

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

Code Sample

require 'Phrase'

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