class PhraseApp::ResponseObjects::Job
Public Class Methods
new(hash)
click to toggle source
briefing, created_at, due_date, id, name, state, updated_at,
Calls superclass method
# File lib/phraseapp-ruby.rb, line 178 def initialize(hash) super(hash) PhraseApp.handle_times(self) end