Class: PhraseApp::ResponseObjects::Webhook

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

Instance Method Summary collapse

Constructor Details

#initialize(hash) ⇒ Webhook

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



386
387
388
389
# File 'lib/phraseapp-ruby.rb', line 386

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