class PhraseApp::ResponseObjects::ProjectShort

Public Class Methods

new(hash) click to toggle source

created_at, id, main_format, name, updated_at,

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