Class: PhraseApp::ResponseObjects::ProjectDetails
- Defined in:
- lib/phraseapp-ruby.rb
Instance Method Summary collapse
-
#initialize(hash) ⇒ ProjectDetails
constructor
shares_translation_memory, slug,.
Constructor Details
#initialize(hash) ⇒ ProjectDetails
shares_translation_memory, slug,
266 267 268 269 |
# File 'lib/phraseapp-ruby.rb', line 266 def initialize(hash) super(hash) PhraseApp.handle_times(self) end |