Skip to content

Latest commit

 

History

History
23 lines (16 loc) · 540 Bytes

UserPreview.md

File metadata and controls

23 lines (16 loc) · 540 Bytes

Phrase::UserPreview

Properties

Name Type Description Notes
id String [optional]
username String [optional]
name String [optional]
gravatar_uid String [optional]

Code Sample

require 'Phrase'

instance = Phrase::UserPreview.new(id: null,
                                 username: null,
                                 name: null,
                                 gravatar_uid: null)