class PhraseApp::ResponseObjects::Translation

Public Class Methods

new(hash) click to toggle source

content, created_at, excluded, id, key, locale, placeholders, plural_suffix, unverified, updated_at,

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