Skip to content

Latest commit

 

History

History
31 lines (24 loc) · 890 Bytes

File metadata and controls

31 lines (24 loc) · 890 Bytes

Phrase::CurrentUser

Properties

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

Code Sample

require 'phrase'

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