Class: PhraseApp::ResponseObjects::Webhook
- Inherits:
-
OpenStruct
- Object
- OpenStruct
- PhraseApp::ResponseObjects::Webhook
- Defined in:
- lib/phraseapp-ruby.rb
Instance Method Summary collapse
-
#initialize(hash) ⇒ Webhook
constructor
active, callback_url, created_at, description, events, id, updated_at,.
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 |