class PhraseApp::ResponseObjects::JobLocale

Public Class Methods

new(hash) click to toggle source

id, job, locale, users,

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