class PhraseApp::ResponseObjects::Project
Public Class Methods
new(hash)
click to toggle source
account, created_at, id, main_format, name, project_image_url, updated_at,
Calls superclass method
# File lib/phraseapp-ruby.rb, line 258 def initialize(hash) super(hash) PhraseApp.handle_times(self) end