Class: FinchAPI::Resources::Webhooks
- Inherits:
-
Object
- Object
- FinchAPI::Resources::Webhooks
- Defined in:
- lib/finch-api/resources/webhooks.rb
Instance Method Summary collapse
-
#initialize(client:) ⇒ Webhooks
constructor
A new instance of Webhooks.
Constructor Details
#initialize(client:) ⇒ Webhooks
Returns a new instance of Webhooks.
7 8 9 |
# File 'lib/finch-api/resources/webhooks.rb', line 7 def initialize(client:) @client = client end |