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,



135
136
137
138
# File 'lib/phraseapp-ruby.rb', line 135

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