Method: Phrase::TranslationVersionWithUser.attribute_map

Defined in:
lib/phrase/models/translation_version_with_user.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/translation_version_with_user.rb', line 24

def self.attribute_map
  {
    :'id' => :'id',
    :'content' => :'content',
    :'plural_suffix' => :'plural_suffix',
    :'key' => :'key',
    :'locale' => :'locale',
    :'created_at' => :'created_at',
    :'updated_at' => :'updated_at',
    :'changed_at' => :'changed_at',
    :'user' => :'user'
  }
end