Method: Phrase::TranslationDetails.attribute_map

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

.attribute_mapObject

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



34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
# File 'lib/phrase/models/translation_details.rb', line 34

def self.attribute_map
  {
    :'id' => :'id',
    :'content' => :'content',
    :'unverified' => :'unverified',
    :'excluded' => :'excluded',
    :'plural_suffix' => :'plural_suffix',
    :'key' => :'key',
    :'locale' => :'locale',
    :'placeholders' => :'placeholders',
    :'state' => :'state',
    :'created_at' => :'created_at',
    :'updated_at' => :'updated_at',
    :'user' => :'user',
    :'word_count' => :'word_count',
    :'linked_translation' => :'linked_translation'
  }
end