class PhraseApp::ResponseObjects::ProjectDetails
Public Class Methods
new(hash)
click to toggle source
shares_translation_memory, slug,
Calls superclass method
PhraseApp::ResponseObjects::Project::new
# File lib/phraseapp-ruby.rb, line 266 def initialize(hash) super(hash) PhraseApp.handle_times(self) end