Class: PhraseApp::ResponseObjects::Translation

Inherits:
OpenStruct
  • Object
show all
Defined in:
lib/phraseapp-ruby.rb

Direct Known Subclasses

TranslationDetails

Instance Method Summary collapse

Constructor Details

#initialize(hash) ⇒ Translation

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



222
223
224
225
# File 'lib/phraseapp-ruby.rb', line 222

def initialize(hash)
  super(hash)
  PhraseApp.handle_times(self)
end