Class: PhraseApp::ResponseObjects::TranslationKeyDetails

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

Instance Method Summary collapse

Constructor Details

#initialize(hash) ⇒ TranslationKeyDetails

comments_count, format_value_type, max_characters_allowed, name_plural, original_file, screenshot_url, unformatted, xml_space_preserve,



246
247
248
249
# File 'lib/phraseapp-ruby.rb', line 246

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