Class: PhraseApp::ResponseObjects::KeyPreview

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

Instance Method Summary collapse

Constructor Details

#initialize(hash) ⇒ KeyPreview

id, name, plural,



94
95
96
97
# File 'lib/phraseapp-ruby.rb', line 94

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