class PhraseApp::ResponseObjects::LocalePreview

Public Class Methods

new(hash) click to toggle source

code, id, name,

Calls superclass method
# File lib/phraseapp-ruby.rb, line 234
def initialize(hash)
  super(hash)
  PhraseApp.handle_times(self)
end