Class: FinchAPI::Resources::Webhooks

Inherits:
Object
  • Object
show all
Defined in:
lib/finch-api/resources/webhooks.rb

Instance Method Summary collapse

Constructor Details

#initialize(client:) ⇒ Webhooks

Returns a new instance of Webhooks.

Parameters:



7
8
9
# File 'lib/finch-api/resources/webhooks.rb', line 7

def initialize(client:)
  @client = client
end