Skip to content

Latest commit

 

History

History
23 lines (16 loc) · 532 Bytes

File metadata and controls

23 lines (16 loc) · 532 Bytes

Phrase::LocaleUserPreview

Properties

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

Code Sample

require 'phrase'

instance = Phrase::LocaleUserPreview.new(id: nil,
                                 username: nil,
                                 name: nil,
                                 role: nil)