Skip to content

Latest commit

 

History

History
23 lines (16 loc) · 536 Bytes

File metadata and controls

23 lines (16 loc) · 536 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: nil,
                                 username: nil,
                                 name: nil,
                                 gravatar_uid: nil)