class PhraseApp::ResponseObjects::ProjectDetails

Public Class Methods

new(hash) click to toggle source

shares_translation_memory, slug,

# File lib/phraseapp-ruby.rb, line 266
def initialize(hash)
  super(hash)
  PhraseApp.handle_times(self)
end