class PhraseApp::ResponseObjects::JobPreview

Public Class Methods

new(hash) click to toggle source

id, name, state,

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