Class: PhraseApp::ResponseObjects::TranslationKey

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

Direct Known Subclasses

TranslationKeyDetails

Instance Method Summary collapse

Constructor Details

#initialize(hash) ⇒ TranslationKey

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



402
403
404
405
# File 'lib/phraseapp-ruby.rb', line 402

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