Skip to content

Latest commit

 

History

History
27 lines (20 loc) · 706 Bytes

User.md

File metadata and controls

27 lines (20 loc) · 706 Bytes

Phrase::User

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::User.new(id: null,
                                 username: null,
                                 name: null,
                                 position: null,
                                 created_at: null,
                                 updated_at: null)