class PhraseApp::ResponseObjects::TranslationKey

Public Class Methods

new(hash) click to toggle source

created_at, data_type, description, id, name, name_hash, plural, tags, updated_at,

Calls superclass method
# File lib/phraseapp-ruby.rb, line 402
def initialize(hash)
  super(hash)
  PhraseApp.handle_times(self)
end