Method: Phrase::BlacklistedKey.attribute_map

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

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