Method: Phrase::JobLocale.attribute_map

Defined in:
lib/phrase/models/job_locale.rb

.attribute_mapObject

Attribute mapping from ruby-style variable name to JSON key.



24
25
26
27
28
29
30
31
32
33
34
35
36
# File 'lib/phrase/models/job_locale.rb', line 24

def self.attribute_map
  {
    :'id' => :'id',
    :'job' => :'job',
    :'locale' => :'locale',
    :'users' => :'users',
    :'teams' => :'teams',
    :'completed' => :'completed',
    :'translation_completed_at' => :'translation_completed_at',
    :'review_completed_at' => :'review_completed_at',
    :'annotations' => :'annotations'
  }
end