class PhraseApp::ResponseObjects::LocaleStatistics

Public Class Methods

new(hash) click to toggle source

keys_total_count, keys_untranslated_count, missing_words_count, translations_completed_count, translations_unverified_count, unverified_words_count, words_total_count,

Calls superclass method
# File lib/phraseapp-ruby.rb, line 242
def initialize(hash)
  super(hash)
  PhraseApp.handle_times(self)
end