class PhraseApp::ResponseObjects::StyleguidePreview

Public Class Methods

new(hash) click to toggle source

id, title,

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