class PhraseApp::ResponseObjects::TranslationVersion

Public Class Methods

new(hash) click to toggle source

changed_at, content, created_at, id, key, locale, plural_suffix, updated_at,

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