Class: Nylas::Webhooks

Overview

Webhooks

Instance Method Summary collapse

Methods included from GrantsApiOperations::Find

#find

Methods included from GrantsApiOperations::Destroy

#destroy

Methods included from GrantsApiOperations::List

#list

Methods included from GrantsApiOperations::Update

#update

Methods included from GrantsApiOperations::Create

#create

Constructor Details

#initialize(parent) ⇒ Webhooks

Initializes webhooks.



33
34
35
# File 'lib/nylas/resources/webhooks.rb', line 33

def initialize(parent)
  super("webhooks", parent)
end