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,



466
467
468
469
# File 'lib/phraseapp-ruby.rb', line 466

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