class PhraseApp::ResponseObjects::SummaryType

Public Class Methods

new(hash) click to toggle source

locales_created, tags_created, translation_keys_created, translations_created, translations_updated,

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