class PhraseApp::ResponseObjects::KeyPreview
Public Class Methods
new(hash)
click to toggle source
id, name, plural,
Calls superclass method
# File lib/phraseapp-ruby.rb, line 210 def initialize(hash) super(hash) PhraseApp.handle_times(self) end