Class: PhraseApp::ResponseObjects::ProjectDetails

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

Instance Method Summary collapse

Constructor Details

#initialize(hash) ⇒ ProjectDetails

shares_translation_memory,



150
151
152
153
# File 'lib/phraseapp-ruby.rb', line 150

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