Method: Phrase::Styleguide.attribute_map

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

.attribute_mapObject

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



14
15
16
17
18
19
20
21
# File 'lib/phrase/models/styleguide.rb', line 14

def self.attribute_map
  {
    :'id' => :'id',
    :'title' => :'title',
    :'created_at' => :'created_at',
    :'updated_at' => :'updated_at'
  }
end