class PhraseApp::ResponseObjects::TranslationKeyDetails
Public Class Methods
new(hash)
click to toggle source
comments_count, creator, format_value_type, max_characters_allowed, name_plural, original_file, screenshot_url, unformatted, xml_space_preserve,
Calls superclass method
PhraseApp::ResponseObjects::TranslationKey::new
# File lib/phraseapp-ruby.rb, line 410 def initialize(hash) super(hash) PhraseApp.handle_times(self) end