class PhraseApp::ResponseObjects::Webhook

Public Class Methods

new(hash) click to toggle source

active, callback_url, created_at, description, events, id, updated_at,

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