class PhraseApp::ResponseObjects::StatisticsType

Public Class Methods

new(hash) click to toggle source

keys_total_count, keys_untranslated_count, translations_completed_count, translations_unverified_count,

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