Class: PhraseApp::ResponseObjects::TranslationVersionWithUser

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

Instance Method Summary collapse

Constructor Details

#initialize(hash) ⇒ TranslationVersionWithUser

user,



434
435
436
437
# File 'lib/phraseapp-ruby.rb', line 434

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