Skip to content

Latest commit

 

History

History
31 lines (24 loc) · 1.09 KB

ProjectReport.md

File metadata and controls

31 lines (24 loc) · 1.09 KB

Phrase::ProjectReport

Properties

Name Type Description Notes
locales_count Integer [optional]
keys_count Integer [optional]
translations_count Integer [optional]
untranslated_keys_count Integer [optional]
unverified_translations_count Integer [optional]
reviewed_translations_count Integer [optional]
managed_words_count Integer [optional]
project ProjectShort [optional]

Code Sample

require 'Phrase'

instance = Phrase::ProjectReport.new(locales_count: null,
                                 keys_count: null,
                                 translations_count: null,
                                 untranslated_keys_count: null,
                                 unverified_translations_count: null,
                                 reviewed_translations_count: null,
                                 managed_words_count: null,
                                 project: null)