class PhraseApp::ResponseObjects::Upload

Public Class Methods

new(hash) click to toggle source

created_at, filename, format, id, state, summary, updated_at,

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