Skip to content

Latest commit

 

History

History
27 lines (20 loc) · 718 Bytes

File metadata and controls

27 lines (20 loc) · 718 Bytes

Phrase::ProjectMember

Properties

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

Code Sample

require 'phrase'

instance = Phrase::ProjectMember.new(id: nil,
                                 username: nil,
                                 name: nil,
                                 position: nil,
                                 created_at: nil,
                                 updated_at: nil)