Class: PhraseApp::ResponseObjects::StatisticsType

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

Instance Method Summary collapse

Constructor Details

#initialize(hash) ⇒ StatisticsType

keys_total_count, keys_untranslated_count, translations_completed_count, translations_unverified_count,



330
331
332
333
# File 'lib/phraseapp-ruby.rb', line 330

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