Class: PhraseApp::ResponseObjects::LocaleStatistics

Inherits:
OpenStruct
  • Object
show all
Defined in:
lib/phraseapp-ruby.rb

Instance Method Summary collapse

Constructor Details

#initialize(hash) ⇒ LocaleStatistics

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



242
243
244
245
# File 'lib/phraseapp-ruby.rb', line 242

def initialize(hash)
  super(hash)
  PhraseApp.handle_times(self)
end